Terraform module to provision an instance of HPDBAAS-Postgresql into an account.
The module depends on the following software components:
- terraform - v12
- kubectl
- IBM Cloud provider >= 1.5.3
None
module "dev_infrastructure_hpdbaas_postgresql" {
source = "github.com/cloud-native-toolkit/terraform-ibm-hpdbaas-postgresql.git?ref=v1.0.0"
resource_group_name = var.resource_group_name
resource_location = var.region
name_prefix = "${var.name_prefix}_2"
hpcs-region = var.hpcs-region
hpcs-name = var.hpcs-name
hpcs-key = var.hpcs-key
authorize-kms = var.authorize-kms == "true"
}