테라폼 설정파일테스트
This commit is contained in:
5
prod-hq/outputs.tf
Normal file
5
prod-hq/outputs.tf
Normal file
@ -0,0 +1,5 @@
|
||||
//modules-subnet-outputs
|
||||
output "subnet" {
|
||||
description = "The name of vpc hq id"
|
||||
value = module.subnet_public.subnet
|
||||
}
|
Reference in New Issue
Block a user