Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 21084ff3 authored by Nicolas's avatar Nicolas
Browse files

debug service account

parent daed271b
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,6 @@ terraform-magento: ...@@ -45,7 +45,6 @@ terraform-magento:
cd $TF_ROOT_MAGENTO cd $TF_ROOT_MAGENTO
echo $GCP_SA_GITLAB > gcp-sa.json echo $GCP_SA_GITLAB > gcp-sa.json
ls -l ls -l
cat gcp-sa.json
gitlab-terraform init gitlab-terraform init
gitlab-terraform validate gitlab-terraform validate
gitlab-terraform fmt -check gitlab-terraform fmt -check
......
...@@ -11,7 +11,7 @@ terraform { ...@@ -11,7 +11,7 @@ terraform {
} }
provider "google" { provider "google" {
credentials = file(gcp-sa.json) credentials = file("./gcp-sa.json")
project = var.project_id project = var.project_id
region = var.region region = var.region
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment