You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A google_sql_database_instance with settings.ip_configuration[].ssl_mode set to "TRUSTED_CLIENT_CERTIFICATE_REQUIRED" or "ENCRYPTED_ONLY" should be a negative. settings.ip_configuration[].require_ssl is deprecated and removed from provider as of version 6.0.1.
Expected Behavior
A
google_sql_database_instance
withsettings.ip_configuration[].ssl_mode
set to"TRUSTED_CLIENT_CERTIFICATE_REQUIRED"
or"ENCRYPTED_ONLY"
should be a negative.settings.ip_configuration[].require_ssl
is deprecated and removed from provider as of version 6.0.1.Actual Behavior
kics is looking for deprecated attribute settings.ip_configuration[].require_ssl and returning a false positive in its absence
Steps to Reproduce the Problem
Use the following file
Run the following command:
Get the following output:
Specifications
N/A
The text was updated successfully, but these errors were encountered: