We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c25b commit 4d6f3b9Copy full SHA for 4d6f3b9
guide/go_patterns.rst
@@ -47,8 +47,8 @@ definitions of values that are available for use in expressions elsewhere:
47
value = cloud_subnet.example[*].id
48
}
49
50
-In this example, the `variable "network_numbers"` block makes
51
-``var.base_network_addr`` available to expressions, the
+In this example, the ``variable "network_numbers"`` block makes
+``var.network_numbers`` available to expressions, the
52
``resource "cloud_subnet" "example"`` block makes ``cloud_subnet.example``
53
available, etc.
54
0 commit comments