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 86649a7 commit 2676ccfCopy full SHA for 2676ccf
aws_sra_examples/solutions/config/config_org/templates/sra-config-org-delivery-kms-key.yaml
@@ -142,7 +142,7 @@ Resources:
142
Properties:
143
Name: sra/config_org_delivery_key_arn
144
Description: Config Delivery KMS Key ARN
145
- SecretString: !Sub '{"ConfigDeliveryKeyArn":"${rConfigDeliveryKey.Arn}"}'
+ SecretString: !Sub '{"ConfigDeliveryKeyArn":"${rConfigDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
146
KmsKeyId: !Ref pSRASecretsKeyAliasArn
147
Tags:
148
- Key: sra-solution
0 commit comments