There was an error while loading. Please reload this page.
1 parent 1036079 commit 26a0f37Copy full SHA for 26a0f37
1 file changed
test/setup/bq.tf
@@ -126,7 +126,7 @@ resource "null_resource" "download_sample_cc_into_gcs" {
126
tmpfile=$(mktemp)
127
echo ${google_service_account_key.int_test.private_key} | base64 --decode > $tmpfile
128
gcloud auth activate-service-account --key-file=$tmpfile
129
- gsutil cp solution-test/${local.sample_csv_name} ${module.tmp_data.bucket.url}
+ gcloud storage cp solution-test/${local.sample_csv_name} ${module.tmp_data.bucket.url}
130
rm -fr solution-test/
131
EOF
132
}
0 commit comments