Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Fix ECS task role name bug (issue #790) #824

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

surminus
Copy link
Contributor

The execution_role_name is optional, but this is a required parameter, so is automatically created if it's left blank.

Setting task_role_name should also be optional, but since this is not required it isn't created automatically, and should not be referenced in the task definition if it's not set.

Fixes issue: #790

The `execution_role_name` is optional, but this is a required parameter,
so is automatically created if it's left blank.

Setting `task_role_name` should also be optional, but since this is not
required it isn't created automatically, and should not be referenced in
the task definition if it's not set.

Fixes issue: hashicorp#790
Copy link
Contributor

@krantzinator krantzinator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great for both use cases. Thank you!

@krantzinator krantzinator linked an issue Nov 19, 2020 that may be closed by this pull request
@krantzinator krantzinator merged commit 9f06d48 into hashicorp:main Nov 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ecs deploy fails
2 participants