Closed brettcurtis closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
The changes involve an update to the checkov
tool version in the .pre-commit-config.yaml
file, an addition of a new local variable kms_crypto_keys
in regional/locals.tf
, and modifications to the for_each
attributes and member
attribute in regional/main.tf
. These updates enhance the configuration by incorporating dynamic elements for resource management and encryption key handling.
Files | Change Summary |
---|---|
.pre-commit-config.yaml |
Updated checkov version from 3.2.239 to 3.2.241 . |
regional/locals.tf |
Added new local variable kms_crypto_keys for service accounts related to encryption operations. |
regional/main.tf |
Modified for_each attributes in google_kms_crypto_key and google_kms_crypto_key_iam_member to use local.kms_crypto_keys ; updated member attribute to use each.value.service_account . |
Summary by CodeRabbit
New Features
Bug Fixes
checkov
tool, potentially resolving issues and enhancing overall functionality.