Skip to content

Commit 1583b5c

Browse files
jor2Jordan-Williams2
andauthored
fix: remove hyperb-postgres and hyperb-mongodb (#520) <br> see https://www.ibm.com/blog/announcement/the-future-of-ibm-cloud-hyper-protect-dbaas/ for more detail
* fix: remove hyperb-postgres and hyperb-mongodb --------- Co-authored-by: Jordan-Williams2 <[email protected]>
1 parent bd902d7 commit 1583b5c

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

common-dev-assets

examples/every-mt-vpe/main.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,6 @@ module "vpes" {
106106
{
107107
service_name = "hs-crypto-tke"
108108
},
109-
{
110-
service_name = "hyperp-dbaas-mongodb"
111-
vpe_name = "${var.prefix}-hyperp-mongodb"
112-
},
113-
{
114-
service_name = "hyperp-dbaas-postgresql"
115-
vpe_name = "${var.prefix}-hyperp-postgresql"
116-
},
117109
{
118110
service_name = "iam-svcs"
119111
},

service_endpoints.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ locals {
2828
hs-crypto-ep11-az3 = "crn:v1:bluemix:public:hs-crypto:${var.region}:::endpoint:ep11-az3.${local.endpoint_prefix}${var.region}.hs-crypto.cloud.ibm.com"
2929
hs-crypto-kmip = "crn:v1:bluemix:public:hs-crypto:${var.region}:::endpoint:kmip.${local.endpoint_prefix}${var.region}.hs-crypto.cloud.ibm.com"
3030
hs-crypto-tke = "crn:v1:bluemix:public:hs-crypto:${var.region}:::endpoint:tke.${local.endpoint_prefix}${var.region}.hs-crypto.cloud.ibm.com"
31-
hyperp-dbaas-mongodb = "crn:v1:bluemix:public:hyperp-dbaas-mongodb:${var.region}:::endpoint:dbaas900-mongodb.${local.endpoint_prefix}hyperp-dbaas.cloud.ibm.com"
32-
hyperp-dbaas-postgresql = "crn:v1:bluemix:public:hyperp-dbaas-postgresql:${var.region}:::endpoint:dbaas900-postgresql.${local.endpoint_prefix}hyperp-dbaas.cloud.ibm.com"
3331
iam-svcs = "crn:v1:bluemix:public:iam-svcs:global:::endpoint:${local.endpoint_prefix}iam.cloud.ibm.com"
3432
is = "crn:v1:bluemix:public:is:${var.region}:::endpoint:${var.region}.${local.endpoint_prefix}iaas.cloud.ibm.com"
3533
kms = "crn:v1:bluemix:public:kms:${var.region}:::endpoint:${local.endpoint_prefix}${var.region}.kms.cloud.ibm.com"

variables.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ variable "cloud_services" {
9292
"hs-crypto-ep11-az3",
9393
"hs-crypto-kmip",
9494
"hs-crypto-tke",
95-
"hyperp-dbaas-mongodb",
96-
"hyperp-dbaas-postgresql",
9795
"iam-svcs",
9896
"is",
9997
"kms",

0 commit comments

Comments
 (0)