Skip to content

Commit

Permalink
reference GOPATH directly (GoogleCloudPlatform#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Jan 4, 2024
1 parent d65bfca commit 167fe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-tf-dev-override.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ! [ -f $TF_CONFIG_FILE ];then
# Developer overrides will stop Terraform from downloading the listed
# providers their origin provider registries.
dev_overrides {
"hashicorp/google-beta" = "$GOPATH/bin"
"hashicorp/google-beta" = "$(go env GOPATH)/bin"
}
# For all other providers, install them directly from their origin provider
# registries as normal. If you omit this, Terraform will _only_ use
Expand Down

0 comments on commit 167fe27

Please sign in to comment.