Skip to content
Discussion options

You must be logged in to vote

The answer -

These need to be manually set in the /common.hcl file at the root of the RA prior to running terragrunt run-all apply.

So it is something like this:

 mgmt_vpc_cidrs = {
    dev      = "172.31.80.0/20"
    logs     = "172.31.80.0/20"
    prod     = "172.31.80.0/20"
    security = "172.31.80.0/20"
    shared   = "172.31.80.0/20"
    stage    = "172.31.80.0/20"
    **NEWACCOUNT = "172.31.80.0/20"**
  }

 
  app_vpc_cidrs = {
    dev   = "10.0.0.0/16"
    prod  = "10.4.0.0/16"
    stage = "10.2.0.0/16"
    **NEWACCOUNT = "10.0.0.0/16"**
  }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by drafie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
1 participant