We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
awsutils_ecs_runtask
Have a question? Please checkout our Slack Community or visit our Slack Archive.
resource "awsutils_ecs_runtask" "db_migration" { # must have arguments cluster = "<value>" task_definition = "" launch_type = "FARGATE" initial_count = 1 # keepers or triggers triggers = { for file in fileset("${path.module}../db/*") : file => file } # optional capacity_provider_strategy = "<value>" execute_command = true group = "<value>" network_configuration = "<value>" overrides = "<value>" placement_constraints = "<value>" placement_strategy = "<value>" platform_version = "<value>" propagate_tags = "<value>" reference_id = "<value>" started_by = "<value>" tags = { tag_key = "tag_value" } }
aws_ecs_runtask
triggers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
Additional Context
aws_ecs_runtask
triggers
The text was updated successfully, but these errors were encountered: