-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CES-764] Add support to azurermv4 to azure core infra module #292
[CES-764] Add support to azurermv4 to azure core infra module #292
Conversation
🦋 Changeset detectedLatest commit: dc90b8d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
||
## Migration guide | ||
|
||
Update your Terraform configuration from azurerm v3 to azurerm v4, and make sure your Terraform version is above or equal to 1.9. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about adding required_version = ">= 1.9.0"
in the provider section?
@@ -10,7 +10,7 @@ terraform { | |||
required_providers { | |||
azurerm = { | |||
source = "hashicorp/azurerm" | |||
version = "<= 4.10.0" | |||
version = "~>4" | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
} | |
required_version = ">= 1.9.0" |
List of changes
Azurerm v4 replaces azurerm v3
Motivation and context
Obsolescence
Type of changes
Does this introduce a change to production resources with possible user impact?
Other information