Add CMEK support to FAST and controls for CMEK encryption (#3556)

This commit is contained in:
Vannick Trinquier
2025-12-14 12:14:08 +07:00
committed by GitHub
parent ab0f55216a
commit cc24046be8
70 changed files with 4236 additions and 904 deletions

View File

@@ -154,6 +154,7 @@ resource "google_project_iam_member" "shared_vpc_host_robots" {
google_project_default_service_accounts.default_service_accounts,
data.google_bigquery_default_service_account.bq_sa,
data.google_storage_project_service_account.gcs_sa,
data.google_logging_project_settings.logging_sa
]
}