From 799d2bdf591c3fa5386f926845422d0ec80855a3 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 14 May 2020 04:44:53 -0400 Subject: [PATCH] Fix typo --- infrastructure/cloudformation/dt/top.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/cloudformation/dt/top.yaml b/infrastructure/cloudformation/dt/top.yaml index d1d0c34..9abd079 100644 --- a/infrastructure/cloudformation/dt/top.yaml +++ b/infrastructure/cloudformation/dt/top.yaml @@ -85,7 +85,7 @@ Resources: Type: AWS::CloudFormation::Stack Properties: TemplateURL: !Sub 'https://s3.${AWS::Region}.amazonaws.com/sumu-stacks/dt/${release}/cloudformation/dt/lambda.yaml' - Paramters: + Parameters: environment: !Ref environment TaskManagerRole: !GetAtt IAM.Outputs.DefaultRole VpcId: !Ref VpcId @@ -98,7 +98,7 @@ Resources: Type: AWS::CloudFormation::Stack Properties: TemplateURL: !Sub 'https://s3.${AWS::Region}.amazonaws.com/sumu-stacks/dt/${release}/cloudformation/dt/cloudwatch.yaml' - Paramters: + Parameters: environment: !Ref environment Cluster: !GetAtt EcsCluster.Outputs.Cluster LambdaArn: !GetAtt LambdaFunctions.Outputs.TaskListManager