Skip to content

Commit

Permalink
Update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Aug 7, 2024
1 parent c5b163b commit 8d445c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regional/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "google_sql_database_instance" "this" {
# checkov -f tfplan.json

# Ensure all Cloud SQL database instance requires all incoming connections to use SSL
# checkov:skip=CKV_GCP_6: The require_ssl is deprecated: https://github.com/bridgecrewio/checkov/issues/6102
# checkov:skip=CKV_GCP_6: The require_ssl argument is deprecated: https://github.com/bridgecrewio/checkov/issues/6102

database_version = var.database_version
deletion_protection = var.deletion_protection
Expand Down

0 comments on commit 8d445c0

Please sign in to comment.