We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7ceb5 commit 8966944Copy full SHA for 8966944
GNUmakefile
@@ -12,7 +12,7 @@ test: fmtcheck generate
12
go test $(TESTARGS) -timeout=30s $(TEST)
13
14
testacc: fmtcheck
15
- TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test $(TEST) -v $(TESTARGS) -timeout 240m -ldflags="-X=github.com/hashicorp/terraform-provider-google-beta/version.ProviderVersion=acc"
+ TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test $(TEST) -v $(TESTARGS) -timeout 240m -ldflags="-X=github.com/hashicorp/terraform-provider-google-beta/v3/version.ProviderVersion=acc"
16
17
fmt:
18
@echo "==> Fixing source code with gofmt..."
0 commit comments