Skip to content

Commit

Permalink
[Improvement] fargate/* - Update Platform version to 1.4.0 (widdix#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored Nov 10, 2020
1 parent 5ba4849 commit 37f2c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fargate/service-cloudmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ Resources:
- !If [HasClientSecurityGroup2, {'Fn::ImportValue': !Sub '${ParentClientStack2}-ClientSecurityGroup'}, !Ref 'AWS::NoValue']
- !If [HasClientSecurityGroup3, {'Fn::ImportValue': !Sub '${ParentClientStack3}-ClientSecurityGroup'}, !Ref 'AWS::NoValue']
Subnets: !Split [',', {'Fn::ImportValue': !Sub '${ParentVPCStack}-Subnets${SubnetsReach}'}]
PlatformVersion: '1.4.0'
TaskDefinition: !Ref TaskDefinition
CPUUtilizationTooHighAlarm:
Condition: HasAlertTopic
Expand Down
1 change: 1 addition & 0 deletions fargate/service-cluster-alb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ Resources:
- !If [HasClientSecurityGroup2, {'Fn::ImportValue': !Sub '${ParentClientStack2}-ClientSecurityGroup'}, !Ref 'AWS::NoValue']
- !If [HasClientSecurityGroup3, {'Fn::ImportValue': !Sub '${ParentClientStack3}-ClientSecurityGroup'}, !Ref 'AWS::NoValue']
Subnets: !Split [',', {'Fn::ImportValue': !Sub '${ParentVPCStack}-Subnets${SubnetsReach}'}]
PlatformVersion: '1.4.0'
TaskDefinition: !Ref TaskDefinition
CPUUtilizationTooHighAlarm:
Condition: HasAlertTopic
Expand Down
1 change: 1 addition & 0 deletions fargate/service-dedicated-alb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ Resources:
- !If [HasClientSecurityGroup2, {'Fn::ImportValue': !Sub '${ParentClientStack2}-ClientSecurityGroup'}, !Ref 'AWS::NoValue']
- !If [HasClientSecurityGroup3, {'Fn::ImportValue': !Sub '${ParentClientStack3}-ClientSecurityGroup'}, !Ref 'AWS::NoValue']
Subnets: !Split [',', {'Fn::ImportValue': !Sub '${ParentVPCStack}-Subnets${SubnetsReach}'}]
PlatformVersion: '1.4.0'
TaskDefinition: !Ref TaskDefinition
CPUUtilizationTooHighAlarm:
Condition: HasAlertTopic
Expand Down

0 comments on commit 37f2c4d

Please sign in to comment.