Control: Enable Tri-Secret Secure in the target account when using the database Replication
Description
Enable Tri-Secret Secure in the target account when using the replication feature to replicate a database to another account.
Usage
Run the control in your terminal:
powerpipe control run snowflake_compliance.control.security_overview_data_encryption_tri_secret_secure_in_database_replicationSnapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run snowflake_compliance.control.security_overview_data_encryption_tri_secret_secure_in_database_replication --shareSQL
This control uses a named query:
select  account as resource,  'info' as status,  'Manual verification required.' as reason,  accountfrom  snowflake_userlimit 1;