terraform-demo/test-prod-hq-eks/outputs.tf
2023-01-01 22:58:50 +09:00

11 lines
243 B
HCL

//main-outputs
output "aws_id" {
description = "The AWS Account ID."
value = data.aws_caller_identity.this.account_id
}
# output "subnet" {
# description = "The name of vpc hq id"
# value = module.subnet_public.subnet
# }