File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
infra/ibmcloud/terraform/k8s-power-conformance Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ resource "ibm_sm_iam_credentials_secret" "secret_rotator" {
6767 }
6868
6969 // The time-to-live (TTL) or lease duration of generated secret 86400seconds = 24hrs
70- ttl = " 86400 "
70+ ttl = " 91800 "
7171}
7272
7373# RSA key of size 4096 bits
Original file line number Diff line number Diff line change @@ -75,6 +75,17 @@ module "powervs_workspace_syd05" {
7575 image_name = var. image_name
7676}
7777
78+ module "powervs_workspace_syd05_1" {
79+ providers = {
80+ ibm = ibm.powervs_syd05
81+ }
82+ source = " ./modules/pvs_workspace"
83+ datacenter = " syd05"
84+ pi_workspace_name = " k8s-boskos-powervs-syd05-01"
85+ resource_group_id = module. resource_group . k8s_rg_id
86+ image_name = var. image_name
87+ }
88+
7889module "powervs_workspace_tok04" {
7990 providers = {
8091 ibm = ibm.powervs_tok04
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ variable "secrets_manager_id" {
5353variable "image_name" {
5454 type = string
5555 description = " The name of the image that you want to use for the nodes"
56- default = " CentOS-Stream-9 "
56+ default = " CentOS-Stream-10 "
5757
5858 validation {
5959 condition = var. image_name != " "
You can’t perform that action at this time.
0 commit comments