diff --git a/solutions/deploy/cloud-pak-deployer/config/variables.tf b/solutions/deploy/cloud-pak-deployer/config/variables.tf index 32ef728a..d8620998 100644 --- a/solutions/deploy/cloud-pak-deployer/config/variables.tf +++ b/solutions/deploy/cloud-pak-deployer/config/variables.tf @@ -4,7 +4,7 @@ variable "cluster_name" { } variable "cpd_version" { - default = "5.0.2" + default = "5.1.1" description = "Cloud Pak for Data version to install" type = string } diff --git a/solutions/deploy/cpd-image-build/variables.tf b/solutions/deploy/cpd-image-build/variables.tf index 0023ac07..6f173896 100644 --- a/solutions/deploy/cpd-image-build/variables.tf +++ b/solutions/deploy/cpd-image-build/variables.tf @@ -18,29 +18,25 @@ variable "region" { variable "resource_group" { description = "Resource groups to create or reference" type = string - - default = null + default = null } variable "resource_group_exists" { description = "Boolean value representing if the resource groups exists or not" type = bool - - default = false + default = false } variable "container_registry_namespace" { description = "The name of the container registry namespace" type = string - - default = null + default = null } variable "code_engine_project_name" { description = "The name of the code engine project to be created for the image build" type = string - - default = null + default = null } variable "code_engine_project_id" {