Skip to content

Commit

Permalink
add secondary cidr_blocks as output var in vpc mod (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarranza authored Feb 9, 2022
1 parent 4b711df commit 2621694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform-modules/aws/vpc/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ output "public_route_table_ids" {
value = module.vpc.public_route_table_ids
}

output "vpc_secondary_cidr_blocks" {
description = "List of secondary CIDR blocks of the VPC"
value = module.vpc.vpc_secondary_cidr_blocks
}

0 comments on commit 2621694

Please sign in to comment.