diff --git a/manifests/modules/automation/controlplanes/ack/.workshop/terraform/main.tf b/manifests/modules/automation/controlplanes/ack/.workshop/terraform/main.tf index 606cefca2..957b6e47d 100644 --- a/manifests/modules/automation/controlplanes/ack/.workshop/terraform/main.tf +++ b/manifests/modules/automation/controlplanes/ack/.workshop/terraform/main.tf @@ -125,5 +125,7 @@ resource "kubectl_manifest" "nlb" { }) + wait = true + depends_on = [time_sleep.blueprints_addons_sleep] } \ No newline at end of file diff --git a/manifests/modules/automation/controlplanes/crossplane/.workshop/terraform/main.tf b/manifests/modules/automation/controlplanes/crossplane/.workshop/terraform/main.tf index 3d5cea298..01c13ffdd 100644 --- a/manifests/modules/automation/controlplanes/crossplane/.workshop/terraform/main.tf +++ b/manifests/modules/automation/controlplanes/crossplane/.workshop/terraform/main.tf @@ -168,5 +168,7 @@ resource "kubectl_manifest" "nlb" { }) + wait = true + depends_on = [time_sleep.blueprints_addons_sleep] } \ No newline at end of file