Skip to content

Commit 9711a9d

Browse files
committed
update
1 parent 9c1ece7 commit 9711a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/outputs.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
output "zone_id" {
22
description = "Zone ID of Route53 zone"
3-
value = module.example-com[0].this_route53_zone_zone_id
3+
value = module.example-com.this_route53_zone_zone_id
44
}
55

66
output "name_servers" {
77
description = "Name servers of Route53 zone"
8-
value = module.example-com[0].this_route53_zone_name_servers
8+
value = module.example-com.this_route53_zone_name_servers
99
}

0 commit comments

Comments
 (0)