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

AWS ECS services are force updated on each apply #2345

Closed
EmmN opened this issue Nov 17, 2017 · 3 comments
Closed

AWS ECS services are force updated on each apply #2345

EmmN opened this issue Nov 17, 2017 · 3 comments
Labels
bug Addresses a defect in current functionality.

Comments

@EmmN
Copy link

EmmN commented Nov 17, 2017

After the aws plugin update from 1.2.0 to 1.3.0 I started to see that on each apply terraform was doing (forces new resource) on the same services.

Something is broken in the delta checking between the current state and the actual infrastructure.

I've fixed the issue by setting version = "~> 1.2.0"

From what I've debugged, the container_definition of the service is containing the JSON instead of a hash which identifies the definition.

@myoung34
Copy link
Contributor

Im filing a bug for this also, it happens in a lot of other resources
Will attach output as proof

@radeksimko
Copy link
Member

I believe this is a duplicate of #2336 which has a proposal of solution in #2339

For that reason I'm going to close this issue, but we'd certainly use some of your help in testing #2339

@radeksimko radeksimko added the bug Addresses a defect in current functionality. label Nov 17, 2017
@ghost
Copy link

ghost commented Apr 10, 2020

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!

@ghost ghost locked and limited conversation to collaborators Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality.
Projects
None yet
Development

No branches or pull requests

3 participants