@@ -116,7 +116,6 @@ func TestFullyConfigurableSolution(t *testing.T) {
116116 })
117117 options .TerraformVars = []testschematic.TestSchematicTerraformVar {
118118 {Name : "ibmcloud_api_key" , Value : options .RequiredEnvironmentVars ["TF_VAR_ibmcloud_api_key" ], DataType : "string" , Secure : true },
119- {Name : "instance_region" , Value : region , DataType : "string" },
120119 {Name : "cluster_id" , Value : terraform .Output (t , existingTerraformOptions , "cluster_id" ), DataType : "string" },
121120 {Name : "cluster_resource_group_id" , Value : terraform .Output (t , existingTerraformOptions , "cluster_resource_group_id" ), DataType : "string" },
122121 {Name : "access_key" , Value : terraform .Output (t , existingTerraformOptions , "access_key" ), DataType : "string" , Secure : true },
@@ -201,7 +200,6 @@ func TestFullyConfigurableUpgradeSolution(t *testing.T) {
201200
202201 options .TerraformVars = []testschematic.TestSchematicTerraformVar {
203202 {Name : "ibmcloud_api_key" , Value : options .RequiredEnvironmentVars ["TF_VAR_ibmcloud_api_key" ], DataType : "string" , Secure : true },
204- {Name : "instance_region" , Value : region , DataType : "string" },
205203 {Name : "cluster_id" , Value : terraform .Output (t , existingTerraformOptions , "cluster_id" ), DataType : "string" },
206204 {Name : "cluster_resource_group_id" , Value : terraform .Output (t , existingTerraformOptions , "cluster_resource_group_id" ), DataType : "string" },
207205 {Name : "access_key" , Value : terraform .Output (t , existingTerraformOptions , "access_key" ), DataType : "string" , Secure : true },
@@ -289,7 +287,6 @@ func TestAgentDefaultConfiguration(t *testing.T) {
289287 "fully-configurable" ,
290288 map [string ]interface {}{
291289 "prefix" : options .Prefix ,
292- "instance_region" : "eu-de" ,
293290 "secrets_manager_service_plan" : "trial" ,
294291 },
295292 )
0 commit comments