mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
12 lines
149 B
HCL
12 lines
149 B
HCL
output "aws_route53_zone_id" {
|
|
value = "XXXX"
|
|
}
|
|
|
|
output "aws_access_key" {
|
|
value = "YYYYY"
|
|
}
|
|
|
|
output "aws_secret_key" {
|
|
value = "ZZZZ"
|
|
}
|