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 4580758 commit 5d88773Copy full SHA for 5d88773
main.tf
@@ -247,7 +247,7 @@ locals {
247
}
248
249
data "ibm_database_connection" "database_connection" {
250
- endpoint_type = var.service_endpoints
+ endpoint_type = var.service_endpoints == "public-and-private" ? "public" : var.service_endpoints
251
deployment_id = ibm_database.postgresql_db.id
252
user_id = ibm_database.postgresql_db.adminuser
253
user_type = "database"
0 commit comments