File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments