Skip to content

Commit 297015d

Browse files
vbontempiocofaigh
andauthored
fix: disabled option to allow null value for existing_mq_capacity_crn input in the DA solution (#170)
Co-authored-by: Conall Ó Cofaigh <ocofaigh@ie.ibm.com>
1 parent 99d87bd commit 297015d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ variable "resource_tags" {
8282
variable "existing_mq_capacity_crn" {
8383
type = string
8484
description = "The CRN of an existing MQ on Cloud capacity service instance."
85+
nullable = false
8586
}
8687

8788
########################################################################################################################

0 commit comments

Comments
 (0)