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

Upgrade APIM module minimum provider version #331

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kin0992
Copy link
Contributor

@kin0992 kin0992 commented Mar 4, 2025

The connection_string for the azurerm_api_management_logger resource has been introduced in version 4.1.0 of the provider

Fixes #CES-809

Copy link

changeset-bot bot commented Mar 4, 2025

🦋 Changeset detected

Latest commit: 4fc1a1f

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

This PR includes changesets to release 1 package
Name Type
azure_api_management Patch

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

@@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.111.0, < 5.0"
version = ">= 4.1.0, < 5.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

question: can this upgrade cause a fail to projects that use this module?

cc @pagopa/engineering-team-devex

This PR is required to fix #330, replacing the instrumentation_key with connection_string.
Unfortunately, I realized that to work, the provider must be upgraded as well.

@kin0992 kin0992 changed the title Upgrade minimum provider version Upgrade APIM module minimum provider version Mar 4, 2025
@kin0992 kin0992 marked this pull request as ready for review March 6, 2025 09:11
@kin0992 kin0992 requested a review from a team as a code owner March 6, 2025 09:11
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.

1 participant