-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Terraform always wants to recreate HDInsight Kafka Cluster #4485
Comments
hey @Djiit Thanks for opening this issue. Taking a look into this, this appears to have been fixed via #4489, which is due to a change in the way the API responds (it now returns "*****" for the "password" field, regardless of the value, so Terraform shows a diff/forces a new resource since this doesn't match the definition in code and it's not possible to change the password in the API). Since this has been fixed via #4489 which will ship as a part of v1.35 I'm going to close this issue for the moment - but if you're still seeing this issue after upgrading to v1.35 please let us know and we'll take another look :) Thanks! |
Good news ! Thanks 🙏
…--
Julien
Le jeu. 3 oct. 2019 à 16:30, Tom Harvey <notifications@github.com> a écrit :
hey @Djiit <https://github.com/Djiit>
Thanks for opening this issue.
Taking a look into this, this appears to have been fixed via #4489
<#4489>,
which is due to a change in the way the API responds (it now returns
"*****" for the "password" field, regardless of the value, so Terraform
shows a diff/forces a new resource since this doesn't match the definition
in code and it's not possible to change the password in the API).
Since this has been fixed via #4489
<#4489>
which will ship as a part of v1.35 I'm going to close this issue for the
moment - but if you're still seeing this issue after upgrading to v1.35
please let us know and we'll take another look :)
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4485>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAI5TNBRT3JP6V2PLM6MXTTQMX6Y7ANCNFSM4I4YORAQ>
.
|
This has been released in version 1.35.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.35.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_hdinsight_kafka_cluster
Terraform Configuration Files
Expected Behavior
The resource should be left untouched., the Apply output should be green.
Actual Behavior
Terraform tells me it needs to recreate the resource because of some keys I didn't set 👍
What I tried :
[]
but with no luck (you can't define username/password AND ssh_keys).Steps to Reproduce
terraform apply
terraform apply
againThe text was updated successfully, but these errors were encountered: