Skip to content

Commit 1d86fae

Browse files
authored
test: remove unused variables in test (#399)
1 parent f38312d commit 1d86fae

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

modules/fscloud/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module "secrets_manager" {
2020
resource_group_id = "xxXXxxXXxXxXXXXxxXxxxXXXXxXXXXX"
2121
region = "us-south"
2222
secrets_manager_name = "my-secrets-manager"
23-
existing_kms_instance_guid = var.existing_kms_instance_guid
2423
kms_key_crn = var.kms_key_crn
2524
}
2625
```

tests/other_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ func TestFSCloudInSchematics(t *testing.T) {
6363
{Name: "ibmcloud_api_key", Value: options.RequiredEnvironmentVars["TF_VAR_ibmcloud_api_key"], DataType: "string", Secure: true},
6464
{Name: "region", Value: validRegions[rand.Intn(len(validRegions))], DataType: "string"},
6565
{Name: "prefix", Value: options.Prefix, DataType: "string"},
66-
{Name: "existing_kms_instance_guid", Value: permanentResources["hpcs_south"], DataType: "string"},
6766
{Name: "kms_key_crn", Value: permanentResources["hpcs_south_root_key_crn"], DataType: "string"},
68-
{Name: "sm_service_plan", Value: "trial", DataType: "string"},
6967
}
7068

7169
err := options.RunSchematicTest()

0 commit comments

Comments
 (0)