GoogleCloudPlatform/terraform-google-secured-data-warehouse

Use service account impersonation with GSUTIL tool

daniel-cit opened this issue · 1 comments

the examples that use the gsutil tool to upload files should use service account impersonation with the terraform service account otherwise the example may fail if the user running Terraform is not in the perimeter

gsutil cp cc_records.csv gs://${module.data_ingestion.data_ingest_bucket_names[0]}

gsutil cp cc_records.csv gs://${module.data_ingestion.data_ingest_bucket_names[0]}