Skip to content

Commit

Permalink
chore: sub templateURLs for control plane stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
karimatwa committed Jan 9, 2025
1 parent d8c1e9b commit ccec1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/cloudformation/templates/control-plane/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Resources:
IAMStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: "${BaseTemplateURL}/control-plane/templates/iam/template.yaml"
TemplateURL: !Sub ${BaseTemplateURL}/control-plane/templates/iam/template.yaml
Parameters:
Name: !Sub "${Name}-role"
TokenSecretARN: !Ref TokenSecretARN
Expand All @@ -76,7 +76,7 @@ Resources:
ECSStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: "${BaseTemplateURL}/control-plane/templates/ecs/template.yaml"
TemplateURL: !Sub ${BaseTemplateURL}/control-plane/templates/ecs/template.yaml
Parameters:
ECSTaskRoleARN: !GetAtt IAMStack.Outputs.ECSTaskRoleARN
TokenSecretARN: !Ref TokenSecretARN
Expand Down

0 comments on commit ccec1ae

Please sign in to comment.