Skip to content

Commit

Permalink
I think we have it
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouse committed Sep 21, 2021
1 parent c4fe65a commit cc78c74
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ module "container_definition" {
}
}

# resource "aws_ecs_task_definition" "rtmp" {
# family = "nginx-rtmp"
# container_definitions = module.container_definition.json_map_encoded_list
# requires_compatibilities = ["EC2", "FARGATE"]
# memory = var.task_memory
# cpu = var.task_cpu
# }

module "service_task" {
source = "cloudposse/ecs-alb-service-task/aws"
version = "0.56.0"
Expand All @@ -81,7 +73,6 @@ module "service_task" {
task_memory = var.task_memory
task_cpu = var.task_cpu
vpc_id = data.terraform_remote_state.vpc.outputs.vpc_id
ignore_changes_task_definition = true
ignore_changes_desired_count = true

capacity_provider_strategies = [
Expand Down

0 comments on commit cc78c74

Please sign in to comment.