Skip to content

Commit ba0a088

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: add sleep
1 parent 7a1305b commit ba0a088

File tree

2 files changed

+32
-0
lines changed
  • examples/basic
  • solutions/deploy/50e75ee1acfbd7ce33b76ba1650dc9e7db29ab41af605e4c3c27e3c830357a23_cugjo3ds04blj2m5et3g_k8sconfig

2 files changed

+32
-0
lines changed

examples/basic/main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ module "roks_landing_zone" {
1010
resource_tags = var.resource_tags
1111
}
1212

13+
resource "time_sleep" "wait_5_minutes" {
14+
depends_on = [module.roks_landing_zone]
15+
16+
destroy_duration = "300s"
17+
}
18+
1319
##############################################################################
1420
# Deploy cloudpak_data
1521
##############################################################################
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
apiVersion: v1
2+
clusters:
3+
- cluster:
4+
server: https://c100-e.au-syd.containers.cloud.ibm.com:31108
5+
name: lz-roks-cp4d-workload-cluster/cugjo3ds04blj2m5et3g
6+
- cluster:
7+
server: https://c100-e.au-syd.containers.cloud.ibm.com:31108
8+
name: c100-e-au-syd-containers-cloud-ibm-com:31108
9+
contexts:
10+
- context:
11+
cluster: lz-roks-cp4d-workload-cluster/cugjo3ds04blj2m5et3g
12+
namespace: default
13+
user: ""
14+
name: lz-roks-cp4d-workload-cluster/cugjo3ds04blj2m5et3g
15+
- context:
16+
cluster: c100-e-au-syd-containers-cloud-ibm-com:31108
17+
namespace: default
18+
user: IAM#[email protected]/c100-e-au-syd-containers-cloud-ibm-com:31108
19+
name: default/c100-e-au-syd-containers-cloud-ibm-com:31108/IAM#[email protected]
20+
current-context: default/c100-e-au-syd-containers-cloud-ibm-com:31108/IAM#[email protected]
21+
kind: Config
22+
preferences: {}
23+
users:
24+
- name: IAM#[email protected]/c100-e-au-syd-containers-cloud-ibm-com:31108
25+
user:
26+
token: sha256~n8ssk0YQPgnSjdzMy2gfOH14MCTBqy7CHZgUtPgdYGw

0 commit comments

Comments
 (0)