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 f0d00a9 commit 14c4441Copy full SHA for 14c4441
modules/infra/submodules/cost-usage-report/glue.tf
@@ -11,6 +11,7 @@ resource "aws_glue_catalog_database" "aws_cur_database" {
11
12
13
resource "aws_glue_security_configuration" "lambda_config" {
14
+ # checkov:skip=CKV_AWS_99:Ensure Glue Security Configuration Encryption is enabled
15
name = "${var.deploy_id}_lambda_security_config"
16
17
encryption_configuration {
0 commit comments