Skip to content

Commit a5f8aef

Browse files
committed
fix: wrap quotes around AWS::StackName
1 parent f491078 commit a5f8aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ Resources:
11301130
- Key: Role
11311131
Value: buildkite-agent
11321132
- Key: Name
1133-
Value: !If [ UseStackNameForInstanceName, !Ref AWS::StackName, !Ref InstanceName ]
1133+
Value: !If [ UseStackNameForInstanceName, !Ref "AWS::StackName", !Ref InstanceName ]
11341134
- Key: BuildkiteAgentRelease
11351135
Value: !Ref BuildkiteAgentRelease
11361136
- Key: BuildkiteQueue

0 commit comments

Comments
 (0)