기존 로컬 자료 복사

This commit is contained in:
2022-12-26 11:33:19 +09:00
parent 1a3ae97c58
commit a0d22896a0
16 changed files with 214 additions and 0 deletions

6
prod/outputs.tf Normal file
View File

@ -0,0 +1,6 @@
//main - output
output "vpc_hq_id" {
description = "The name of vpc hq id"
value = aws_vpc.vpcHq.id
}