This commit is contained in:
2025-11-18 03:20:27 +00:00
parent c50d803865
commit fadee048d7
49 changed files with 3243 additions and 0 deletions

10
modules/vpc/outputs.tf Normal file
View File

@ -0,0 +1,10 @@
//modules-vpc-output
output "vpc_id" {
description = "The name of vpc hq id"
value = aws_vpc.main.id
}
output "vpc_name" {
value = var.tag_name
}