-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade the aaw-prod-cc-00 azurerm version #2036
Comments
Key permissions are now case sensitive as 3.0 hashicorp/terraform-provider-azurerm#16354
Simple as replacing |
some resources are now passed with
|
The deprecated field resource_group_name will be removed since it can be inferred from the storage_account_id property |
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/3.0-upgrade-guide
|
This address all changes in the main modules. Other issues are part of dependent modules. |
Dependent modules are all fixed simply by referencing the newest version. |
plan and validate pass their checks.
|
New postgres flexible module needs a 3.x azurerm
This addresses all the breaking changes from 2.x -> 3.x.
PR: https://gitlab.k8s.cloud.statcan.ca/cloudnative/aaw/daaas-infrastructure/aaw-prod-cc-00/-/merge_requests/136
The text was updated successfully, but these errors were encountered: