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.
ibm_database_connection
1 parent 8642df4 commit b75e0c7Copy full SHA for b75e0c7
main.tf
@@ -206,7 +206,7 @@ locals {
206
}
207
208
data "ibm_database_connection" "database_connection" {
209
- endpoint_type = var.endpoints
+ endpoint_type = var.endpoints == "public-and-private" ? "public" : var.endpoints
210
deployment_id = ibm_database.rabbitmq_database.id
211
user_id = ibm_database.rabbitmq_database.adminuser
212
user_type = "database"
0 commit comments