Skip to content

Commit

Permalink
Update locals.tf
Browse files Browse the repository at this point in the history
isolated network amendments.
  • Loading branch information
ASTRobinson authored Mar 12, 2024
1 parent 835d4af commit ca05eed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
#### This file can be used to store locals specific to the member account ####
locals {
availability_zones = slice(data.aws_availability_zones.available.names, 0, 3)
private_subnets = cidrsubnets(local.application_data.accounts[local.environment].vpc_cidr, 4, 4, 4)
}

0 comments on commit ca05eed

Please sign in to comment.