Skip to content

Commit

Permalink
add newline removal bash command in guidelines (GoogleCloudPlatform#9734
Browse files Browse the repository at this point in the history
)
  • Loading branch information
BBBmau authored and balanaguharsha committed May 2, 2024
1 parent 748d455 commit e6efc5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ quota or billing issues which don't seem to apply to you, you may want to set
### Using Terraform Cloud as the Backend
You need to use a different [environment variable](https://www.terraform.io/docs/cloud/workspaces/variables.html) name to store your credentials in Terraform Cloud.
1. Create an environment variable called `GOOGLE_CREDENTIALS` in your Terraform Cloud workspace.
2. Remove the newline characters from your JSON key file and then paste the credentials into the environment variable value field.
2. Remove the newline characters from your JSON key file and then paste the credentials into the environment variable value field. (Running `cat CREDENTIALS.json | tr -s '\n' ' '` will remove newline characters from your JSON key file)
3. Mark the variable as **Sensitive** and click **Save variable**.

All runs within the workspace will use the `GOOGLE_CREDENTIALS` variable to authenticate with Google Cloud Platform.
Expand Down

0 comments on commit e6efc5d

Please sign in to comment.