globals.hcl 514 B

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