테라폼 설정파일테스트

This commit is contained in:
2022-12-28 14:24:56 +09:00
parent 72fb5351b6
commit 51d2505a1f
7 changed files with 26 additions and 5 deletions

5
prod-hq/outputs.tf Normal file
View File

@ -0,0 +1,5 @@
//modules-subnet-outputs
output "subnet" {
description = "The name of vpc hq id"
value = module.subnet_public.subnet
}