Skip to content

Commit 25cdd93

Browse files
authored
Merge pull request #1238 from n-tucker/fixup-stack-name-ref
2 parents b0d0075 + a5f8aef commit 25cdd93

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)