Skip to content
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

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

Krusty93
Copy link
Contributor

List of changes

Azurerm v4 replaces azurerm v3

Motivation and context

Obsolescence

Type of changes

  • Add new resources
  • Update configuration to existing resources
  • Remove existing resources

Does this introduce a change to production resources with possible user impact?

  • Yes, users may be impacted applying this change
  • No

Other information

@Krusty93 Krusty93 requested review from a team as code owners February 19, 2025 10:40
Copy link

changeset-bot bot commented Feb 19, 2025

🦋 Changeset detected

Latest commit: dc90b8d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
azure_core_infra Major

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

@Krusty93 Krusty93 merged commit 23c8afe into main Feb 19, 2025
7 of 8 checks passed
@Krusty93 Krusty93 deleted the CES-764-aggiornare-azure-core-infra-ad-azurerm-v-4 branch February 19, 2025 11:39

## 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.
Copy link
Contributor

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"
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}
required_version = ">= 1.9.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants