account.hcl 499 B

123456789101112
  1. # Set account-wide variables. These are automatically pulled in to configure the remote state bucket in the root
  2. # terragrunt.hcl configuration.
  3. locals {
  4. # TODO put the right values here
  5. account_name = "TODO"
  6. account_alias = "TODO"
  7. aws_account_id = "TODO"
  8. instance_termination_protection = TODO # set to true for production!
  9. # For CIDR assignment, see https://github.mdr.defpoint.com/mdr-engineering/msoc-infrastructure/wiki/IP-Address-Allocation
  10. standard_vpc_cidr = "TODO/TODO"
  11. }