opentofu/terraform/test-fixtures/apply-empty-module/child/main.tf
2014-11-24 19:18:52 -08:00

12 lines
149 B
HCL

output "aws_route53_zone_id" {
value = "XXXX"
}
output "aws_access_key" {
value = "YYYYY"
}
output "aws_secret_key" {
value = "ZZZZ"
}