terraform-demo/modules/route53/outputs.tf

3 lines
53 B
HCL

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