We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0d0075 + a5f8aef commit 25cdd93Copy full SHA for 25cdd93
templates/aws-stack.yml
@@ -1130,7 +1130,7 @@ Resources:
1130
- Key: Role
1131
Value: buildkite-agent
1132
- Key: Name
1133
- Value: !If [ UseStackNameForInstanceName, !Ref AWS::StackName, !Ref InstanceName ]
+ Value: !If [ UseStackNameForInstanceName, !Ref "AWS::StackName", !Ref InstanceName ]
1134
- Key: BuildkiteAgentRelease
1135
Value: !Ref BuildkiteAgentRelease
1136
- Key: BuildkiteQueue
0 commit comments