Skip to content
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

Updating ECS services in terraform #9643

Open
DavidIndrawes2 opened this issue Aug 6, 2019 · 1 comment
Open

Updating ECS services in terraform #9643

DavidIndrawes2 opened this issue Aug 6, 2019 · 1 comment
Labels
service/ecs Issues and PRs that pertain to the ecs service. waiting-response Maintainers are waiting on response from community or contributor.

Comments

@DavidIndrawes2
Copy link

Trying to update some ECS services in terraform gets the following error

Error: Provider produced inconsistent final plan

When expanding the plan for aws_ecs_service.service_db to include new values
learned so far during apply, provider "aws" produced an invalid new value for
.service_registries: planned set element
cty.ObjectVal(map[string]cty.Value{"container_name":cty.StringVal("service_db"),
"container_port":cty.NullVal(cty.Number), "port":cty.NullVal(cty.Number),
"registry_arn":cty.UnknownVal(cty.String)}) does not correlate with any
element in actual.

This is a bug in the provider, which should be reported in the provider's own
issue tracker.

Rerunning terraform apply again after waiting 10 minutes just passed

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Aug 6, 2019
@DrFaust92 DrFaust92 added the service/ecs Issues and PRs that pertain to the ecs service. label May 21, 2020
@justinretzolk
Copy link
Member

Hey @DavidIndrawes2 👋 Thank you for taking the time to file this issue! Given that there's been a number of AWS provider releases since this was initially filed, can you confirm whether you're still experiencing this behavior?

@justinretzolk justinretzolk added waiting-response Maintainers are waiting on response from community or contributor. and removed needs-triage Waiting for first response or review from a maintainer. labels Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/ecs Issues and PRs that pertain to the ecs service. waiting-response Maintainers are waiting on response from community or contributor.
Projects
None yet
Development

No branches or pull requests

3 participants