Skip to content

Commit

Permalink
Merge pull request hashicorp#453 from antoineco/guide-wrong-var
Browse files Browse the repository at this point in the history
Fix wrong var name in HCL guide
  • Loading branch information
radeksimko authored Aug 16, 2021
2 parents 0196c3e + 4d6f3b9 commit dbdc7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/go_patterns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ definitions of values that are available for use in expressions elsewhere:
value = cloud_subnet.example[*].id
}
In this example, the `variable "network_numbers"` block makes
``var.base_network_addr`` available to expressions, the
In this example, the ``variable "network_numbers"`` block makes
``var.network_numbers`` available to expressions, the
``resource "cloud_subnet" "example"`` block makes ``cloud_subnet.example``
available, etc.

Expand Down

0 comments on commit dbdc7b8

Please sign in to comment.