terraform-demo/modules/route53/outputs.tf
2023-01-11 20:21:43 +09:00

4 lines
68 B
HCL

output "zone_id" {
value = aws_route53_zone.primary.zone_id
}