테라폼 환경 수정

This commit is contained in:
2022-12-31 17:52:18 +09:00
parent 2281b27e7a
commit 7f4d9b1104
34 changed files with 732 additions and 102 deletions

13
prod-hq-eks/outputs.tf Normal file
View File

@ -0,0 +1,13 @@
//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
# }