HistoryPurge: Clearing 17 old commits
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
output "VpcId" {
|
||||
value = module.Vpc.vpc_id
|
||||
description = "Vpc ID"
|
||||
}
|
||||
|
||||
output "VpcCidr" {
|
||||
value = module.Vpc.vpc_cidr_block
|
||||
description = "Vpc CIDR"
|
||||
}
|
||||
|
||||
output "PrivateSubnetCidrs" {
|
||||
value = module.Vpc.private_subnets_cidr_blocks
|
||||
description = "Private subnet CIDRs"
|
||||
}
|
||||
|
||||
output "CloudflareSg" {
|
||||
value = module.CloudflareSg.id
|
||||
description = "Cloudflare security group id"
|
||||
}
|
||||
Reference in New Issue
Block a user