diff --git a/cloudformation/retool-workflows.ec2.yaml b/cloudformation/retool-workflows.ec2.yaml index 11a3f9b..022b788 100644 --- a/cloudformation/retool-workflows.ec2.yaml +++ b/cloudformation/retool-workflows.ec2.yaml @@ -229,7 +229,7 @@ Resources: Value: "EXPIRED-LICENSE-KEY-TRIAL" Command: ["./docker_scripts/start_api.sh"] - RetoolWorkkflowsBackendTask: + RetoolWorkflowsBackendTask: Type: AWS::ECS::TaskDefinition Properties: Family: 'retool-workflows-backend' @@ -492,7 +492,7 @@ Resources: MinimumHealthyPercent: !Ref 'MinimumHealthyPercent' TaskDefinition: !Ref 'RetoolWorkflowsWorkerTask' - RetoolWorkkflowsBackendECSService: + RetoolWorkflowsBackendECSService: DependsOn: RetoolWorkflowBackendServiceCloudmapService Type: AWS::ECS::Service Properties: @@ -508,7 +508,7 @@ Resources: DeploymentConfiguration: MaximumPercent: !Ref 'MaximumPercent' MinimumHealthyPercent: !Ref 'MinimumHealthyPercent' - TaskDefinition: !Ref 'RetoolWorkkflowsBackendTask' + TaskDefinition: !Ref 'RetoolWorkflowsBackendTask' RetoolServiceRole: Type: AWS::IAM::Role @@ -970,4 +970,4 @@ Resources: Outputs: ECSALB: Description: Your ALB DNS URL - Value: !GetAtt [ECSALB, DNSName] \ No newline at end of file + Value: !GetAtt [ECSALB, DNSName] diff --git a/cloudformation/retool-workflows.fargate.yaml b/cloudformation/retool-workflows.fargate.yaml index acad50a..b99456a 100644 --- a/cloudformation/retool-workflows.fargate.yaml +++ b/cloudformation/retool-workflows.fargate.yaml @@ -235,7 +235,7 @@ Resources: Value: "EXPIRED-LICENSE-KEY-TRIAL" Command: ["./docker_scripts/start_api.sh"] - RetoolWorkkflowsBackendTask: + RetoolWorkflowsBackendTask: Type: AWS::ECS::TaskDefinition Properties: Family: 'retool-workflows-backend' @@ -505,7 +505,7 @@ Resources: LaunchType: FARGATE TaskDefinition: !Ref 'RetoolWorkflowsWorkerTask' - RetoolWorkkflowsBackendECSService: + RetoolWorkflowsBackendECSService: DependsOn: RetoolWorkflowBackendFargateServiceCloudmapService Type: AWS::ECS::Service Properties: @@ -522,7 +522,7 @@ Resources: MaximumPercent: !Ref 'MaximumPercent' MinimumHealthyPercent: !Ref 'MinimumHealthyPercent' LaunchType: FARGATE - TaskDefinition: !Ref 'RetoolWorkkflowsBackendTask' + TaskDefinition: !Ref 'RetoolWorkflowsBackendTask' RetoolServiceRole: