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
(Optionally) Create a branch (or Fork) for testing
Clone repository to your local computer (or into a Codespace)
This issue is a test case for landing zone starter deployment.
This issue is for a: (mark with an
x
)Test steps
cd <cloned-dir>/infrastructure/terraform
cp ../../tfvars/parameters.tfvars .
terraform version
(should be version >= 1.4.6)az-remote-backend.sh
is described in this doc, but YMMV.terraform init
terraform plan -out test.plan
terraform apply -f test.plan
Other helpful details