Нет описания

Duane Waddle 1a3f6d8bc9 Adds a new script cwlogs.py for pulling cloudwatch logs to a file 3 лет назад
000-skeleton 1519a2cd30 Migrated most variables out of xdr-terraform-live and into xdr-terraform-modules 3 лет назад
bin 1a3f6d8bc9 Adds a new script cwlogs.py for pulling cloudwatch logs to a file 3 лет назад
common d8231ee65c Updates IMDS syntax & ECR encryption syntax | tfsec/chekov ignores 3 лет назад
keys 99be472060 [MSOCI-1334] Adding Qualys connectors 5 лет назад
prod d17ed45017 Updates teleport waf; Enables codebuild for FRTIB 3 лет назад
test d17ed45017 Updates teleport waf; Enables codebuild for FRTIB 3 лет назад
.gitattributes 671dc26b50 Initial Commit 5 лет назад
.gitignore 2ca3866a00 Updates Required Versions for Terraform and Terragrunt 3 лет назад
README.md ecd33055f7 Spreading the account standards around. 5 лет назад
globals.hcl 1519a2cd30 Migrated most variables out of xdr-terraform-live and into xdr-terraform-modules 3 лет назад
terragrunt.hcl 30d29f3ed6 Adds github-runners to test; Updates Account Standards Everywhere 3 лет назад

README.md

xdr live

Live configurations of the environments.

Testing Locally

To test locally: 1) Make sure a copy of the xdr-terraform-modules directory is at the same level as this repository. 2) Change to the directory in which you want to test. (e.g. cd test/aws-us-gov/mdr-test-malware/006-account-standards) 3) Run bin/terragrunt-local from this repository with the usual terragrunt parameters.

e.g.

cd test/aws-us-gov/mdr-test-malware/006-account-standards
~/xdr-terraform-live/bin/terragrunt-local plan

(Helpful tip: Create a symbolic link from bin/ to something in your path)

Deploying a New Account

  1. Copy 000-skeleton into the directory structure.
  2. Edit account.hcl and update the TODO items.
  3. Modify the *-regional modules to be appopriate for the regions in the current environment.