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 54ef972 commit 62ea376Copy full SHA for 62ea376
main.tf
@@ -171,7 +171,8 @@ resource "ibm_database" "elasticsearch" {
171
# Ignore changes to these because a change will destroy and recreate the instance
172
version,
173
key_protect_key,
174
- backup_encryption_key_crn
+ backup_encryption_key_crn,
175
+ connectionstrings # https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5546
176
]
177
}
178
0 commit comments