-
Notifications
You must be signed in to change notification settings - Fork 39
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
[GEP-26] Update azurerm provider to 3.47.0 #156
Conversation
@dimityrmirchev Labels area/todo, kind/todo do not exist. |
@@ -5,7 +5,7 @@ | |||
terraform { | |||
required_providers { | |||
azurerm = { | |||
version = "3.44.0" | |||
version = "3.47.0" |
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.
Can you also bump the version in
terraformer/build/all/terraform-bundle.hcl
Lines 10 to 12 in f4f0154
azurerm = { | |
version = "3.44.0" | |
} |
/area ipcei |
cc @vpnachev |
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.
/lgtm
Kindly pinging maintainers for a code review. |
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.
/lgtm
How to categorize this PR?
/area usability
/kind bug
What this PR does / why we need it:
This PR updates the
azurerm
provider to version 3.47.0. A bug which prevents theOIDC_TOKEN_FILE_PATH
to be read was introduced in 3.44.0 and fixed in 3.47.0. See hashicorp/terraform-provider-azurerm#20671 for more details.I have tested creating and deleting a shoot cluster using the local Gardener with extensions setup.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Part gardener/gardener#9586
Release note: