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.
2 parents f1f59de + 0bab7e4 commit 9ed5d34Copy full SHA for 9ed5d34
gcp/wrongsecrets_gcp_test.go
@@ -24,10 +24,7 @@ func TestTerraformWrongSecretsGCP(t *testing.T) {
24
terraformOptions := terraform.WithDefaultRetryableErrors(t, &terraform.Options{
25
// The path to where our Terraform code is located
26
TerraformDir: "../gcp",
27
- Vars: map[string]interface{}{
28
- "region": "europe-west4",
29
- "project_id": "owasp-wrongsecrets",
30
- },
+ VarFiles: []string{"../gcp/terraform.tfvars"},
31
})
32
33
// At the end of the test, run `terraform destroy` to clean up any resources that were created.
0 commit comments