Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong var name in HCL guide #453

Merged
merged 1 commit into from
Aug 16, 2021
Merged

Fix wrong var name in HCL guide #453

merged 1 commit into from
Aug 16, 2021

Conversation

antoineco
Copy link
Contributor

@antoineco antoineco commented Mar 10, 2021

The example below taken from the guide

variable "network_numbers" {
  type = list(number)
}

In this example, the variable "network_numbers" block makes var.base_network_addr available to expressions,

should instead read:

In this example, the `variable "network_numbers"` block makes
- `var.base_network_addr`
+ `var.network_numbers`
available to expressions,

@antoineco
Copy link
Contributor Author

cc @jbardin @apparentlymart (I think you are the most active maintainers of this repo?)

Copy link
Member

@radeksimko radeksimko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thank you for the PR!

@radeksimko radeksimko merged commit dbdc7b8 into hashicorp:main Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants