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.
4 stars 7 forks source link

Prompted for root_management_group_id variable even though enable_management_groups is false #14

Closed timothymeyers closed 10 months ago

timothymeyers commented 1 year ago

Please provide us with the following information:

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

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

Minimal steps to reproduce

set enable_management_groups=false in parameters.tfvars and run terraform plan -var-file=parameters.tfvars

You will be prompted to provide a value for var.root_management_group_id when it should not be required.

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Mention any other details that might be useful

I think this can just be fixed by giving root_management_group_id a default value?


Thanks! We'll be in touch soon.