File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ func TestRunFSCloudExample(t *testing.T) {
5454 "access_tags" : permanentResources ["accessTags" ],
5555 "existing_kms_instance_guid" : permanentResources ["hpcs_south" ],
5656 "kms_key_crn" : permanentResources ["hpcs_south_root_key_crn" ],
57- "rabbitmq_version" : "3.11 " , // Always lock this test into the latest supported RabbitMQ version
57+ "rabbitmq_version" : "3.12 " , // Always lock this test into the latest supported RabbitMQ version
5858 },
5959 })
6060
Original file line number Diff line number Diff line change @@ -54,9 +54,10 @@ variable "rabbitmq_version" {
5454 validation {
5555 condition = anytrue ([
5656 var . rabbitmq_version == null ,
57- var . rabbitmq_version == " 3.11"
57+ var . rabbitmq_version == " 3.11" ,
58+ var . rabbitmq_version == " 3.12"
5859 ])
59- error_message = " Version must be 3.11. If no value passed, the current ICD preferred version is used."
60+ error_message = " Version must be 3.11 or 3.12 . If no value passed, the current ICD preferred version is used."
6061 }
6162}
6263
You can’t perform that action at this time.
0 commit comments