Skip to content

Commit 4d6f3b9

Browse files
committed
Fix wrong var name in HCL guide
1 parent 805c25b commit 4d6f3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/go_patterns.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ definitions of values that are available for use in expressions elsewhere:
4747
value = cloud_subnet.example[*].id
4848
}
4949
50-
In this example, the `variable "network_numbers"` block makes
51-
``var.base_network_addr`` available to expressions, the
50+
In this example, the ``variable "network_numbers"`` block makes
51+
``var.network_numbers`` available to expressions, the
5252
``resource "cloud_subnet" "example"`` block makes ``cloud_subnet.example``
5353
available, etc.
5454

0 commit comments

Comments
 (0)