-
Notifications
You must be signed in to change notification settings - Fork 117
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
Provider produced inconsistent final plan #380
Comments
Hi @sithilaKonara 👋 Thank you for reporting this issue and sorry you are running into trouble here. While the Terraform output here mentions the
The actual error message is being generated due to the
It turns out this is a long-running issue with the AWS provider, hashicorp/terraform-provider-aws#19583. While those maintainers are on a different team than mine, I am aware that they are actively investigating a path forward to addressing that issue on their side. Another angle with this issue is that I would suggest following both the AWS provider and random provider issues for further updates on potential fixes, since it is not clear which fix may occur first. Since we are aware of this issue and the other two issues capture the necessary paths forward here, I'm going to close this issue. Thanks again for raising this. |
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. |
Terraform CLI and Provider Versions
Using the Terraform cloud to triggrer deployments
Terraform v1.3.9
Terraform Configuration
Expected Behavior
VPC should get created
Actual Behavior
�Terraform v1.3.9
on linux_amd64
random_string.random: Creating...
random_string.random: Creation complete after 0s [id=GOPP]
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for aws_vpc.r_vpc to include new values learned so
│ far during apply, provider "registry.terraform.io/hashicorp/aws" produced
│ an invalid new value for .tags_all: new element "Name" has appeared.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
╵
Operation failed: failed running terraform apply (exit 1)�
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
Log file expoted from the terraform cloud
�Terraform v1.3.9
on linux_amd64
�[0m�[1mrandom_string.random: Creating...�[0m�[0m
�[0m�[1mrandom_string.random: Creation complete after 0s [id=GOPP]�[0m
�[31m╷�[0m�[0m
�[31m│�[0m �[0m�[1m�[31mError: �[0m�[0m�[1mProvider produced inconsistent final plan�[0m
�[31m│�[0m �[0m
�[31m│�[0m �[0m�[0mWhen expanding the plan for aws_vpc.r_vpc to include new values learned so
�[31m│�[0m �[0mfar during apply, provider "registry.terraform.io/hashicorp/aws" produced
�[31m│�[0m �[0man invalid new value for .tags_all: new element "Name" has appeared.
�[31m│�[0m �[0m
�[31m│�[0m �[0mThis is a bug in the provider, which should be reported in the provider's
�[31m│�[0m �[0mown issue tracker.
�[31m╵�[0m�[0m
Operation failed: failed running terraform apply (exit 1)�
Code of Conduct
The text was updated successfully, but these errors were encountered: