Bez popisu

Colby Williams e3c77b903f MSOCI-2256: Create IAM user, etc. for GitHub Actions před 3 roky
000-skeleton f042f03585 Adds smartstore to doed před 3 roky
bin 181489404e Adds a few helper scripts před 3 roky
common d35f636c4d Updates modules to 5.3.3 to fix interpolated values před 3 roky
keys 99be472060 [MSOCI-1334] Adding Qualys connectors před 5 roky
prod 95e9238911 MSOCI-2256: Create S3 bucket for GitHub Actions před 3 roky
test e3c77b903f MSOCI-2256: Create IAM user, etc. for GitHub Actions před 3 roky
.gitattributes 671dc26b50 Initial Commit před 5 roky
.gitignore 2ca3866a00 Updates Required Versions for Terraform and Terragrunt před 3 roky
README.md ecd33055f7 Spreading the account standards around. před 5 roky
globals.hcl 1519a2cd30 Migrated most variables out of xdr-terraform-live and into xdr-terraform-modules před 3 roky
terragrunt.hcl 2a6064b310 Update Terraform Provider Plugin - Vault | AWS před 3 roky

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.