Remove unused variables, use regional resources, generate command as output

This commit is contained in:
Julio Castillo
2022-01-13 18:28:38 +01:00
parent a7a0a15931
commit 5cc6a62dec
5 changed files with 74 additions and 56 deletions

View File

@@ -70,7 +70,9 @@ output "service_accounts" {
depends_on = [
google_project_service.project_services,
google_kms_crypto_key_iam_member.crypto_key,
google_project_service_identity.jit_si
google_project_service_identity.jit_si,
data.google_bigquery_default_service_account.bq_sa,
data.google_storage_project_service_account.gcs_sa
]
}