diff --git a/gcp/terraform/storage/storage-bucket/provider.tf b/gcp/terraform/storage/storage-bucket/provider.tf index 0a934e4..72cc0cb 100644 --- a/gcp/terraform/storage/storage-bucket/provider.tf +++ b/gcp/terraform/storage/storage-bucket/provider.tf @@ -10,8 +10,8 @@ terraform { provider "google" { # Update credentials to the correct location, alternatively set GOOGLE_APPLICATION_CREDENTIALS=/path/to/.ssh/bq-key.json in your shell session and remove the credentials attribute. - credentials = file("./key.json") - project = var.project_id + #credentials = file("./key.json") + project = var.project_id }