We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1ece7 commit 9711a9dCopy full SHA for 9711a9d
example/outputs.tf
@@ -1,9 +1,9 @@
1
output "zone_id" {
2
description = "Zone ID of Route53 zone"
3
- value = module.example-com[0].this_route53_zone_zone_id
+ value = module.example-com.this_route53_zone_zone_id
4
}
5
6
output "name_servers" {
7
description = "Name servers of Route53 zone"
8
- value = module.example-com[0].this_route53_zone_name_servers
+ value = module.example-com.this_route53_zone_name_servers
9
0 commit comments