cowork
This commit is contained in:
@ -4,13 +4,24 @@ output "aws_id" {
|
||||
value = data.aws_caller_identity.this.account_id
|
||||
}
|
||||
|
||||
output "subnet" {
|
||||
output "public_subnet" {
|
||||
description = "The name of vpc hq id"
|
||||
value = module.subnet_public.subnet
|
||||
}
|
||||
|
||||
output "private_subnet" {
|
||||
description = "The name of vpc hq id"
|
||||
value = module.subnet_private.subnet
|
||||
}
|
||||
|
||||
output "vpc_id" {
|
||||
description = "vpc_id"
|
||||
value = module.vpc_hq.vpc_hq_id
|
||||
|
||||
}
|
||||
|
||||
output "nat_gw_id" {
|
||||
description = "vpc_id"
|
||||
value = module.nat_gw.nat_id
|
||||
|
||||
}
|
Reference in New Issue
Block a user