Skip to content

Commit

Permalink
fix: remove hyperb-postgres and hyperb-mongodb (#520) <br> see https:…
Browse files Browse the repository at this point in the history
…//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 <Jordan.Williams2@ibm.com>
  • Loading branch information
jor2 and Jordan-Williams2 committed May 1, 2024
1 parent bd902d7 commit 1583b5c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion common-dev-assets
8 changes: 0 additions & 8 deletions examples/every-mt-vpe/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ module "vpes" {
{
service_name = "hs-crypto-tke"
},
{
service_name = "hyperp-dbaas-mongodb"
vpe_name = "${var.prefix}-hyperp-mongodb"
},
{
service_name = "hyperp-dbaas-postgresql"
vpe_name = "${var.prefix}-hyperp-postgresql"
},
{
service_name = "iam-svcs"
},
Expand Down
2 changes: 0 additions & 2 deletions service_endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ locals {
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"
hs-crypto-kmip = "crn:v1:bluemix:public:hs-crypto:${var.region}:::endpoint:kmip.${local.endpoint_prefix}${var.region}.hs-crypto.cloud.ibm.com"
hs-crypto-tke = "crn:v1:bluemix:public:hs-crypto:${var.region}:::endpoint:tke.${local.endpoint_prefix}${var.region}.hs-crypto.cloud.ibm.com"
hyperp-dbaas-mongodb = "crn:v1:bluemix:public:hyperp-dbaas-mongodb:${var.region}:::endpoint:dbaas900-mongodb.${local.endpoint_prefix}hyperp-dbaas.cloud.ibm.com"
hyperp-dbaas-postgresql = "crn:v1:bluemix:public:hyperp-dbaas-postgresql:${var.region}:::endpoint:dbaas900-postgresql.${local.endpoint_prefix}hyperp-dbaas.cloud.ibm.com"
iam-svcs = "crn:v1:bluemix:public:iam-svcs:global:::endpoint:${local.endpoint_prefix}iam.cloud.ibm.com"
is = "crn:v1:bluemix:public:is:${var.region}:::endpoint:${var.region}.${local.endpoint_prefix}iaas.cloud.ibm.com"
kms = "crn:v1:bluemix:public:kms:${var.region}:::endpoint:${local.endpoint_prefix}${var.region}.kms.cloud.ibm.com"
Expand Down
2 changes: 0 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ variable "cloud_services" {
"hs-crypto-ep11-az3",
"hs-crypto-kmip",
"hs-crypto-tke",
"hyperp-dbaas-mongodb",
"hyperp-dbaas-postgresql",
"iam-svcs",
"is",
"kms",
Expand Down

0 comments on commit 1583b5c

Please sign in to comment.