-
Notifications
You must be signed in to change notification settings - Fork 469
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
network_plugin_mode expects "Overlay" but azurerm provider expect "overlay" resulting in constant cluster destroy #429
Comments
hello @daximillian , I checked, and the issue has already been fixed with provider version v3.66.0 I see you are using provider version 3.64.0, please upgrade |
Should we upgrade the requirement to v3.66.0 if using Overlay ? terraform-azurerm-aks/versions.tf Lines 9 to 12 in 0833586
|
Hi
After reading the issue comment
v3.66.0 only fixed the document, so now the user must use |
I have upgraded to provider 3.79.0 and to module version 7.4.0.
When the module receives "Overlay" it forces an update:
Please change the condition of the module to specify "overlay" and not "Overlay" so that we can specify the correct value and not have our cluster updated with no need. |
I think this issue has been fix by #472 so I'm closing it now, please feel free to reopen it if you still meet the error after you've upgraded to |
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
1.5.4
Module Version
7.2.0
AzureRM Provider Version
3.64.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
tfvars variables values
N/A
Debug Output/Panic Output
Expected Behaviour
Not have the capitalization of the network_plugin_mode force a replacement.
Actual Behaviour
Setting the network_plugin_mode to "Overlay" forces a replacement, and setting it to "overlay" results in an error.
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: