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