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

Update hashicorp/terraform-provider-azurerm to version 3.21.0 (fixes for AKS 1.24) #238

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

zioproto
Copy link
Collaborator

When using AKS 1.24 the hashicorp/terraform-provider-azurerm provider has some bugs that result in a empty kube_config in the terraform state:

The version 3.21.0 is the minimum version that contains those fixes.

Fixes #236

(waiting for version 3.21.0 to be actually released https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md)

@zioproto zioproto force-pushed the aks124 branch 2 times, most recently from 215decd to e389041 Compare August 30, 2022 15:17
Copy link
Member

@lonegunmanb lonegunmanb left a comment

Choose a reason for hiding this comment

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

We might need to update the version information in the README file too.

versions.tf Outdated Show resolved Hide resolved
@zioproto zioproto force-pushed the aks124 branch 5 times, most recently from 080978f to 99dec5b Compare September 5, 2022 13:37
@zioproto
Copy link
Collaborator Author

zioproto commented Sep 5, 2022

The hashicorp/terraform-provider-azurerm version 3.21.0 is now released.
I tested this PR and it works, and fixes #236
@lonegunmanb do you want to merge this one, or you want to merge the CI first ?

Copy link
Member

@lonegunmanb lonegunmanb left a comment

Choose a reason for hiding this comment

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

Thanks @zioproto, LGTM!

@lonegunmanb lonegunmanb merged commit eb3d8f1 into Azure:master Sep 7, 2022
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.

Missing kube_config outputs when on 1.24.x
2 participants