Skip to content

Commit 1a85668

Browse files
authored
test: removed no longer used existing_kms_instance_guid from test (#201)
1 parent a97fafb commit 1a85668

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/other_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,9 @@ func TestRunFSCloudExample(t *testing.T) {
115115
*/
116116
//ResourceGroup: resourceGroup,
117117
TerraformVars: map[string]interface{}{
118-
"access_tags": permanentResources["accessTags"],
119-
"existing_kms_instance_guid": permanentResources["hpcs_south"],
120-
"kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
121-
"mysql_version": "8.0", // Always lock this test into the latest supported mysql version
118+
"access_tags": permanentResources["accessTags"],
119+
"kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
120+
"mysql_version": "8.0", // Always lock this test into the latest supported mysql version
122121
},
123122
ImplicitDestroy: []string{
124123
"module.mysql_db.module.mysql_db.time_sleep.wait_for_authorization_policy",

0 commit comments

Comments
 (0)