We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a44df commit 6361d8dCopy full SHA for 6361d8d
tests/other_test.go
@@ -115,9 +115,9 @@ func TestRunFSCloudExample(t *testing.T) {
115
*/
116
//ResourceGroup: resourceGroup,
117
TerraformVars: map[string]interface{}{
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
+ "access_tags": permanentResources["accessTags"],
+ "kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
+ "mysql_version": "8.0", // Always lock this test into the latest supported mysql version
121
},
122
ImplicitDestroy: []string{
123
"module.mysql_db.module.mysql_db.time_sleep.wait_for_authorization_policy",
0 commit comments