테라폼 환경 수정
This commit is contained in:
10
prod-hq-eks copy/outputs.tf
Normal file
10
prod-hq-eks copy/outputs.tf
Normal file
@ -0,0 +1,10 @@
|
||||
//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
|
||||
# }
|
Reference in New Issue
Block a user