-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Plan shows 1 object being created but the plan says 2 #1353
Comments
relevant log portion after upgrade:
full log: https://gist.github.com/majormoses/676b95f191730ac64ab574585de7dfca |
Hi @majormoses I'm marking as duplicate of #1314 which was fixed in #1316 and will be shipped as part of the next release 🔜 . |
Duplicate of #1314 |
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. Thanks! |
This issue was originally opened by @majormoses as hashicorp/terraform#15726. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Plan Output
Notice how there is only a single resource being shown as added but the plan shows 2. It is certainly possible that this issue is specific to our terraform state file. I am more than happy to provide both the statefile and the full config privately after redacting anything sensitive.
Expected Behavior
As there is only a single resource added both in code and in the plan output except for the end.
Actual Behavior
The number of resources added is magically 2 rather than 1.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
Important Factoids
Nothing that I can think of. But I am willing to share the statefile and full config on something more secure that is not public. I have never seen this and I have been using terraform for a very long. This is
The text was updated successfully, but these errors were encountered: