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.
1 parent a51a595 commit 8703314Copy full SHA for 8703314
main.tf
@@ -165,7 +165,8 @@ resource "ibm_database" "rabbitmq_database" {
165
# Ignore changes to version because a change here will destroy and recreate the instance
166
version,
167
key_protect_key,
168
- backup_encryption_key_crn
+ backup_encryption_key_crn,
169
+ connectionstrings, # https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5546
170
]
171
}
172
0 commit comments