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.
existing_mq_capacity_crn
1 parent 99d87bd commit 297015dCopy full SHA for 297015d
solutions/fully-configurable/variables.tf
@@ -82,6 +82,7 @@ variable "resource_tags" {
82
variable "existing_mq_capacity_crn" {
83
type = string
84
description = "The CRN of an existing MQ on Cloud capacity service instance."
85
+ nullable = false
86
}
87
88
########################################################################################################################
0 commit comments