diff --git a/tests/other_test.go b/tests/other_test.go index 66cf027b..e3fbda3c 100644 --- a/tests/other_test.go +++ b/tests/other_test.go @@ -87,10 +87,9 @@ func TestRunFSCloudExample(t *testing.T) { */ //ResourceGroup: resourceGroup, TerraformVars: map[string]interface{}{ - "access_tags": permanentResources["accessTags"], - "existing_kms_instance_guid": permanentResources["hpcs_south"], - "kms_key_crn": permanentResources["hpcs_south_root_key_crn"], - "rabbitmq_version": "3.13", // Always lock this test into the latest supported RabbitMQ version + "access_tags": permanentResources["accessTags"], + "kms_key_crn": permanentResources["hpcs_south_root_key_crn"], + "rabbitmq_version": "3.13", // Always lock this test into the latest supported RabbitMQ version }, CloudInfoService: sharedInfoSvc, })