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 efd06c3 commit b4577bfCopy full SHA for b4577bf
tests/other_test.go
@@ -23,6 +23,10 @@ func TestRunBasicExample(t *testing.T) {
23
ResourceGroup: resourceGroup,
24
BestRegionYAMLPath: regionSelectionPath,
25
CloudInfoService: sharedInfoSvc,
26
+
27
+ TerraformVars: map[string]interface{}{
28
+ "elasticsearch_version": "8.10", // Always lock this test into the latest supported elasticsearch version
29
+ },
30
})
31
32
output, err := options.RunTestConsistency()
0 commit comments