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" {
67
67
}
68
68
69
69
// The time-to-live (TTL) or lease duration of generated secret 86400seconds = 24hrs
70
- ttl = " 86400 "
70
+ ttl = " 91800 "
71
71
}
72
72
73
73
# RSA key of size 4096 bits
Original file line number Diff line number Diff line change @@ -75,6 +75,17 @@ module "powervs_workspace_syd05" {
75
75
image_name = var. image_name
76
76
}
77
77
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
+
78
89
module "powervs_workspace_tok04" {
79
90
providers = {
80
91
ibm = ibm.powervs_tok04
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ variable "secrets_manager_id" {
53
53
variable "image_name" {
54
54
type = string
55
55
description = " The name of the image that you want to use for the nodes"
56
- default = " CentOS-Stream-9 "
56
+ default = " CentOS-Stream-10 "
57
57
58
58
validation {
59
59
condition = var. image_name != " "
You can’t perform that action at this time.
0 commit comments