Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
timothymeyers opened this issue Aug 16, 2023 · 0 comments
Labels
test case Test case

Comments

@timothymeyers
Copy link
Contributor

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. Note that authenticating with Azure Government requires the use of the ARM_ENVIRONMENT environment variable and az cloud set
  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

@timothymeyers timothymeyers added the test case Test case label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test case Test case
Projects
None yet
Development

No branches or pull requests

1 participant