Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/other_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ 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"],
"mysql_version": "8.0", // Always lock this test into the latest supported mysql version
},
Expand Down