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

11 04 rolesoutputstf fails due to invalid index errors when deploy custom roles is false #19

Closed jrspinella closed 1 year ago

jrspinella commented 1 year ago

Purpose

Updated:

  1. Added deploy_roles switch to outputs of Role module to get around the error that was throwing a null.
  2. Updated gitIgnore to allow tfvars to the example
  3. Added in pe subnet to svcs-core
  4. Fixed IP ranges for spokes
  5. Removed Managment Logging Switch as it did not need any more
  6. Removed State variables as as it did not need any more

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

Other Information