azurenoops / ref-scca-enclave-landing-zone-starter

A reference implementation of an SCCA-compliant Mission Enclave landing zone that supports running Azure PaaS services using Azure NoOps.
2 stars 7 forks source link

TEST CASE - Deploy LZ Starter to MAC, Multi-Subscription, using Terraform CLI, Remote State Storage #43

Open timothymeyers opened 11 months ago

timothymeyers commented 11 months ago

This issue is a test case for landing zone starter deployment.

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [X] test case
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Test steps

  1. (Optionally) Create a branch (or Fork) for testing
  2. Clone repository to your local computer (or into a Codespace)
  3. cd <cloned-dir>/infrastructure/terraform
  4. cp ../../tfvars/parameters.tfvars .
  5. terraform version (should be version >= 1.4.6)
  6. Authenticate Terraform with Azure
  7. Configure Terraform for Remote state storage. A helper script az-remote-backend.sh is described in this doc, but YMMV.
  8. terraform init
  9. terraform plan -out test.plan
  10. terraform apply -f test.plan

Other helpful details