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 116915d commit aa61364Copy full SHA for aa61364
tests/pr_test.go
@@ -282,10 +282,10 @@ func TestRunExistingInstance(t *testing.T) {
282
existingTerraformOptions := terraform.WithDefaultRetryableErrors(t, &terraform.Options{
283
TerraformDir: tempTerraformDir + "/examples/basic",
284
Vars: map[string]interface{}{
285
- "prefix": prefix,
286
- "region": region,
287
- "postgresql_version": latestVersion,
288
- "service_endpoints": "public-and-private",
+ "prefix": prefix,
+ "region": region,
+ "pg_version": latestVersion,
+ "service_endpoints": "public-and-private",
289
},
290
// Set Upgrade to true to ensure latest version of providers and modules are used by terratest.
291
// This is the same as setting the -upgrade=true flag with terraform.
0 commit comments