Skip to content

Commit

Permalink
fix: add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Williams2 authored and Jordan-Williams2 committed Feb 4, 2025
1 parent 7a1305b commit ba0a088
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ module "roks_landing_zone" {
resource_tags = var.resource_tags
}

resource "time_sleep" "wait_5_minutes" {
depends_on = [module.roks_landing_zone]

destroy_duration = "300s"
}

##############################################################################
# Deploy cloudpak_data
##############################################################################
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: v1
clusters:
- cluster:
server: https://c100-e.au-syd.containers.cloud.ibm.com:31108
name: lz-roks-cp4d-workload-cluster/cugjo3ds04blj2m5et3g
- cluster:
server: https://c100-e.au-syd.containers.cloud.ibm.com:31108
name: c100-e-au-syd-containers-cloud-ibm-com:31108
contexts:
- context:
cluster: lz-roks-cp4d-workload-cluster/cugjo3ds04blj2m5et3g
namespace: default
user: ""
name: lz-roks-cp4d-workload-cluster/cugjo3ds04blj2m5et3g
- context:
cluster: c100-e-au-syd-containers-cloud-ibm-com:31108
namespace: default
user: IAM#[email protected]/c100-e-au-syd-containers-cloud-ibm-com:31108
name: default/c100-e-au-syd-containers-cloud-ibm-com:31108/IAM#[email protected]
current-context: default/c100-e-au-syd-containers-cloud-ibm-com:31108/IAM#[email protected]
kind: Config
preferences: {}
users:
- name: IAM#[email protected]/c100-e-au-syd-containers-cloud-ibm-com:31108
user:
token: sha256~n8ssk0YQPgnSjdzMy2gfOH14MCTBqy7CHZgUtPgdYGw

0 comments on commit ba0a088

Please sign in to comment.