File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ resource "ibm_resource_instance" "mqcloud_capacity" {
2323 }
2424 service = " mqcloud"
2525 tags = var. tags
26+
27+ timeouts {
28+ create = " 8h"
29+ delete = " 2h"
30+ }
2631}
2732
2833resource "ibm_resource_instance" "mqcloud_deployment" {
Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ variable "existing_mq_capacity_crn" {
2727 type = string
2828 description = " The CRN of an existing capacity service instance, if not specifed, a new capacity plan will be created."
2929 default = null
30-
31- validation {
32- condition = (var. existing_mq_capacity_crn != null && var. subscription_id == null ) || (var. existing_mq_capacity_crn == null && var. subscription_id != null )
33- error_message = " Exactly one of 'existing_mq_capacity_crn' or 'subscription_id' is required."
34- }
3530}
3631
3732variable "subscription_id" {
You can’t perform that action at this time.
0 commit comments