Skip to content

Commit 1aee807

Browse files
committed
fix link
1 parent b3c1b13 commit 1aee807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traversing-nested-maps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Terraform [used to use splat expressions](https://www.terraform.io/docs/language/expressions/splat.html#splat-expressions-with-maps) for this stuff (and I wish they still worked), but now this is all done with [`for` expressions](https://www.terraform.io/docs/language/expressions/for.html).
44

5-
Using [your example code as a guide](https://github.com/RulerOf/terraform-code-examples/traversing-nested-maps/main.tf), it's pretty straightforward to select the structure of the map where the `address_space` lists are the first element down, like this:
5+
Using [your example code as a guide](https://github.com/RulerOf/terraform-code-examples/blob/main/traversing-nested-maps/main.tf), it's pretty straightforward to select the structure of the map where the `address_space` lists are the first element down, like this:
66

77
> local.subscriptions.MySecondSubcription.VirtualNetworks
88
{

0 commit comments

Comments
 (0)