Skip to content

Commit 2a68be6

Browse files
authored
fix: no longer pass existing kms guid
1 parent 01637aa commit 2a68be6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/other_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func TestRunFSCloudExample(t *testing.T) {
116116
//ResourceGroup: resourceGroup,
117117
TerraformVars: map[string]interface{}{
118118
"access_tags": permanentResources["accessTags"],
119-
"existing_kms_instance_guid": permanentResources["hpcs_south"],
120119
"kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
121120
"mysql_version": "8.0", // Always lock this test into the latest supported mysql version
122121
},

0 commit comments

Comments
 (0)