Skip to content

Commit

Permalink
Add all cp dependency for all the kustomizations
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuering committed Nov 3, 2023
1 parent 267b049 commit dd050f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ resource "null_resource" "kustomization" {

depends_on = [
hcloud_load_balancer.cluster,
null_resource.first_control_plane,
null_resource.control_planes,
random_password.rancher_bootstrap,
hcloud_volume.longhorn_volume
]
Expand Down

0 comments on commit dd050f3

Please sign in to comment.