Updated GitHub Actions to support full range of Subscription IDs
Updated az_regions version and disabled get_valid_skus_for_deployment_region because it was returning Null when the region had capacity issues and the internal Microsoft subscriptions had their VM quota removed.
Update Service Endpoints list to support Commercial and Gov clouds.
Expanded Management Groups hierarchy to match documentation
Expanded Spoke Storage Account variables to support overrides for Azure Gov.
Removed data call references to lower the risk that the terraform plan could not figure out a piece of information (like resource name or location) at plan time so it decides to destroy and rebuild resources that shouldn't be touched.
Added keyvault permissions for a user-specified admin group.
Type of Change
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Update to documentation
Checklist
Please make sure you've completed the relevant tasks for this PR out of the following list:
- [ ] The documentation is updated to cover any new or changed features
- [x] Manual tests have passed
Description
az_regions
version and disabledget_valid_skus_for_deployment_region
because it was returning Null when the region had capacity issues and the internal Microsoft subscriptions had their VM quota removed.terraform plan
could not figure out a piece of information (like resource name or location) atplan
time so it decides to destroy and rebuild resources that shouldn't be touched.admin
group.Type of Change
Checklist
Please make sure you've completed the relevant tasks for this PR out of the following list: