-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
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" }
}Additional Context
- Issue context feature request: aws_ecs_runtask hashicorp/terraform-provider-aws#1703
- aws ecs run-task cli command
- aws_ecs_service resource
- aws_ecs_service resource golang - would be similar to
aws_ecs_runtask - null resource golang - for
triggers
Xerkus, thessem, timo-reymann and f15u
Metadata
Metadata
Assignees
Labels
No labels