terraform-demo/prod-hq-dns/outputs.tf
2023-01-11 20:21:43 +09:00

14 lines
371 B
HCL

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