Skip to content

Commit 8703314

Browse files
shemauSteve Peggs
andauthored
fix: workaround provider idempotent issue (#219)
Co-authored-by: Steve Peggs <[email protected]>
1 parent a51a595 commit 8703314

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ resource "ibm_database" "rabbitmq_database" {
165165
# Ignore changes to version because a change here will destroy and recreate the instance
166166
version,
167167
key_protect_key,
168-
backup_encryption_key_crn
168+
backup_encryption_key_crn,
169+
connectionstrings, # https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5546
169170
]
170171
}
171172

0 commit comments

Comments
 (0)