You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Provider produced inconsistent final plan
When expanding the plan for aws_lb.nlb to include new values learned so far
during apply, provider "aws" produced an invalid new value for
.subnet_mapping: block set length changed from 1 to 2.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.*
Expected Behavior
aws_lb.nlb resource should be created with list of subnet_mapping during first time terraform apply itself.
Actual Behavior
aws_lb.nlb resource is getting created with list of subnet_mapping during second time terraform apply only and getting error output (shared in debug output) during first time apply.
Error: Provider produced inconsistent final plan
When expanding the plan for aws_autoscaling_group.api_asg to include new
values learned so far during apply, provider "aws" produced an invalid new
value for .availability_zones: was known, but now unknown.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Doesn't happen on the second run, only the first time i setup my aws infrastructure
Hi @illwiz , I'm sorry you're experiencing an issue.
The error you supplied (and the resource in question) are both different from the ones in this issue. Please open a new issue in the provider's issue tracker as suggested by the error.
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.
ghost
locked and limited conversation to collaborators
Aug 12, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Debug Output
Expected Behavior
aws_lb.nlb
resource should be created with list ofsubnet_mapping
during first timeterraform apply
itself.Actual Behavior
aws_lb.nlb
resource is getting created with list ofsubnet_mapping
during second timeterraform apply
only and getting error output (shared in debug output) during first time apply.Steps to Reproduce
You can find a simple project to reproduce this bug here https://github.com/plar/terraform_dynamic_bug
References
The text was updated successfully, but these errors were encountered: