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.
1 parent ebb605c commit a2ae2d3Copy full SHA for a2ae2d3
templates/aws-stack.yml
@@ -960,7 +960,7 @@ Resources:
960
- Effect: Allow
961
Action:
962
- ssm:GetParameter
963
- Resource: !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${BuildkiteAgentTokenParameterStorePath}
+ Resource: !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter${BuildkiteAgentTokenParameterStorePath}
964
- PolicyName: WriteCloudwatchMetrics
965
PolicyDocument:
966
Version: '2012-10-17'
0 commit comments