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 821989d commit 1281a62Copy full SHA for 1281a62
templates/CloudScanning.yaml
@@ -219,7 +219,7 @@ Resources:
219
- Name: TELEMETRY_DEPLOYMENT_METHOD
220
Value: cft
221
- Name: SECURE_API_TOKEN_SECRET
222
- Value: ${SysdigSecureAPITokenSsm}
+ Value: !Sub ${SysdigSecureAPITokenSsm}
223
Secrets:
224
- Name: SECURE_URL
225
ValueFrom: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${SysdigSecureEndpointSsm}
0 commit comments