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.
2 parents c1061d4 + e286aea commit 525dfa5Copy full SHA for 525dfa5
tests/other_test.go
@@ -87,10 +87,9 @@ func TestRunFSCloudExample(t *testing.T) {
87
*/
88
//ResourceGroup: resourceGroup,
89
TerraformVars: map[string]interface{}{
90
- "access_tags": permanentResources["accessTags"],
91
- "existing_kms_instance_guid": permanentResources["hpcs_south"],
92
- "kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
93
- "rabbitmq_version": "3.13", // Always lock this test into the latest supported RabbitMQ version
+ "access_tags": permanentResources["accessTags"],
+ "kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
+ "rabbitmq_version": "3.13", // Always lock this test into the latest supported RabbitMQ version
94
},
95
CloudInfoService: sharedInfoSvc,
96
})
0 commit comments