From 418714b2fbc75207b7c24110f1c3d2948cf6cce2 Mon Sep 17 00:00:00 2001 From: Florian Nowarre Date: Mon, 27 Jan 2025 17:33:01 +0100 Subject: [PATCH] changin provider file --- gcp/terraform/storage/storage-bucket/provider.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }