-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_task_definition computes and apply changes when there are none. #2369
Comments
I have the same problem with container_definitions: "g9:batch:archive_inactive_users"
],
"cpu": 100,
"environment": [
{
+ "name": "redis_request_1",
+ "value": "{snip}"
+ },
+ {
"name": "RAILS_ENV",
"value": "ci"
},
{
"name": "maria_db_host",
{
"name": "riak_host",
"value": "{snip}"
},
{
- "name": "redis_request_1",
- "value": "{snip}"
- },
- {
- "name": "NEWRELIC_AGENT_ENABLED",
- "value": "false"
+ "name": "polly_host",
+ "value": "{snip}"
},
{
"name": "THIN_COUNT",
"value": "2"
},
{
- "name": "polly_host",
- "value": "{snip}"
+ "name": "NEWRELIC_AGENT_ENABLED",
+ "value": "false"
}
],
"essential": true,
"image": "{snip}",
"links": [
],
"name": "archiver",
"portMappings": [
],
+ "privileged": null,
- "volumesFrom": [
-
- ],
}
] This only started happening after upgrading the provider version to |
Hm, and it looks like this is fixed by #2339... so the issue can probably be closed. |
@bforchhammer Could you check it on your own, compiling the master branch, and let us know? Thanks! |
(@bforchhammer) I built master and tried this test case under linux. It does indeed seem that #2339 fixed this issue. For any who comes after looking at this issue, in order to make everything work properly you should reference the In other words: The issue is that the task_definition field of the |
I'm going to close this out, as #2339 reportedly fixes it. Sorry for the issues! |
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! |
Terraform Version
Affected Resource(s)
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: