-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
azurerm_storage_table was idempotent in 0.11.3 but supposedly not in 0.11.4 #17660
Comments
Hi @RichardSlater, Sorry you're having an issue here. |
Let me check, I'm going to have to kill off my state and try the old version. |
Thanks. |
Looks to me like the |
I assume this is related: hashicorp/terraform-provider-azurerm#1003 It's possible that I have incorrectly attributed this to Terraform rather than the |
Defects affecting Terraform 0.11.4: - hashicorp/terraform-provider-azurerm#1003 - hashicorp/terraform#17660
Hi @RichardSlater, Running your config directly doesn't reproduce the issue for me. If you're saying that the |
That's strange let me extract it out to a separate repository, I've been able to repro it consistently. Seems I'm not the only one, given the final comment in hashicorp/terraform-provider-azurerm#1003. |
Terraform 0.11.3Prerequisites: Terraform 0.11.3 installed
Terraform 0.11.4Prerequisites: Terraform 0.11.4 installed
Well that's odd... going to add Key Vault back in to see if that has an effect. |
Yeah, no idea why I can't reproduce it within the test repo, I'll try the original repo tomorrow. |
Having deleted the state and all of the resources in my diagnostic steps I can no longer reproduce this issue, have upgraded to Terraform 0.11.5 and everything is running well. |
Im having the same problem, different state file every time i launch, even removed the .terraform folder.. |
Are you using remote state or pure local state? |
@RichardSlater im using backends and workspaces |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform Configuration Files
MCVE:
Debug Output
Log File
Encrypted for Hashicorp Security and signed with my Public Key
Expected Behavior
terraform apply
completes as expectedActual Behavior
Steps to Reproduce
terraform init
terraform get
terraform apply
Additional Context
Confirmed both on Windows (Localhost) and Ubuntu 14 (Shippable). Slightly irritatingly now I have upgraded to 0.11.4 I can't downgrade my state file to 0.11.3.
References
None observed.
The text was updated successfully, but these errors were encountered: