diff --git a/.gitignore b/.gitignore index 0856a3fcc7..9a428055a7 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,4 @@ vendor/ !deleteaddon.sh !deletecrd.sh !updatecrd.sh -!updateodf.sh +!updateodf.sh \ No newline at end of file diff --git a/examples/ibm-db2/main.tf b/examples/ibm-db2/main.tf index f4098ac82e..840e8e8017 100644 --- a/examples/ibm-db2/main.tf +++ b/examples/ibm-db2/main.tf @@ -4,34 +4,46 @@ data "ibm_resource_group" "group" { //Db2 SaaS Instance Creation resource "ibm_db2" "db2_instance" { - name = "demo-db2" + name = "demo-db2-v8" service = "dashdb-for-transactions" - plan = "performance" + plan = "performance" location = var.region resource_group_id = data.ibm_resource_group.group.id service_endpoints = "public-and-private" instance_type = "bx2.4x16" high_availability = "yes" backup_location = "us" - - parameters_json = <" { instance_type = "bx2.4x16" high_availability = "yes" backup_location = "us" - - parameters_json = <:key:`. `backup_encryption_key_crn` can be added only at the time of creation and no update support are available.