# Set common variables for everything. This is automatically pulled in in the root terragrunt.hcl configuration to # feed forward to the child modules. locals { remote_state_bucket = "afsxdr-terraform-state" # Could be moved to environment/partition. binaries_bucket = "afsxdr-binaries" # Storage for binaries # Default is not a legacy account. This was a strange way to do this, but I'm not fixing it right now. is_legacy = false # By default, accounts are not legacy accounts }