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

overlays-management-hub module does not appear to support enable_management_logging parameter #13

Closed timothymeyers closed 1 year 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

Run terraform plan -var-file=parameters.tfvars

Any log messages given by the failure

image

Note that enable_management_logging is not listed here as a valid input.

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


Thanks! We'll be in touch soon.

jrspinella commented 1 year ago

This not a bug as we made an architecture decision not to make the logging optional. Since most of our modules are opinionated to the SCCA, logging is not optional. We updated the Management-Hub on version v2.0.7 to remove the option. We will need to update the docs to reflect this. https://github.com/azurenoops/ref-scca-enclave-starter/issues/18