-
Notifications
You must be signed in to change notification settings - Fork 9.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
Plan shows 1 object being created but the plan says 2 #15726
Comments
Hey @majormoses Thanks for opening this issue :) This issue has been fixed in Terraform 0.10 (and was fixed in #15344) - is it possible to upgrade to Terraform 0.10 and confirm that fixes the issue for you? Thanks! |
@tombuildsstuff I upgraded and got a crash, do you want a different isssue or should I attach the logs here? |
Hey @majormoses Sorry to hear that :( Uploading them onto this issue is fine - once the logs are uploaded I'll re-tag this as |
The relevant portion of the log:
|
Hey @majormoses Thanks for posting the crash log, taking a look at it this appears to be an issue with the AWS Provider - as such I'm going to get @hashibot to migrate this issue over to the AWS Provider repo :) Thanks! |
This issue has been automatically migrated to hashicorp/terraform-provider-aws#1353 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know. |
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
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: