slopedme-terrraform/route53/outputs.tf
Conner McCall c983638571 change: initial commit
contains sloped.me domain records and
backend configuration
2020-08-20 07:33:33 -05:00

4 lines
130 B
HCL

output "sloped-me_hosted_zone_id" {
description = "DNS Zone for sloped.me"
value = aws_route53_zone.sloped-me.zone_id
}