account.hcl 271 B

1234567
  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 = "afs-mdr-prod-cyber-range"
  6. aws_account_id = "952430311316"
  7. }