Sem descrição

Jeremy Cooper dc139edd7b Merge pull request #758 from mdr-engineering/feature/jc_MSOCI-2182_tfsec_ignore_EC2_no_public_egress_sgr há 3 anos atrás
000-skeleton f042f03585 Adds smartstore to doed há 3 anos atrás
bin 181489404e Adds a few helper scripts há 3 anos atrás
common d35f636c4d Updates modules to 5.3.3 to fix interpolated values há 3 anos atrás
keys 99be472060 [MSOCI-1334] Adding Qualys connectors há 5 anos atrás
prod fe34a8881f Merge pull request #757 from mdr-engineering/feature/cw_MSOCI-2220_Cribl4BAS há 3 anos atrás
test 748f059d77 Updates tag for Ignore comments for tfsec ID - aws-ec2-no-public-egress-sgr há 3 anos atrás
.gitattributes 671dc26b50 Initial Commit há 5 anos atrás
.gitignore 2ca3866a00 Updates Required Versions for Terraform and Terragrunt há 4 anos atrás
README.md ecd33055f7 Spreading the account standards around. há 5 anos atrás
globals.hcl 1519a2cd30 Migrated most variables out of xdr-terraform-live and into xdr-terraform-modules há 3 anos atrás
terragrunt.hcl 2a6064b310 Update Terraform Provider Plugin - Vault | AWS há 3 anos atrás

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.