diff --git a/examples/gcp-from-vpc/main.tf b/examples/gcp-from-vpc/main.tf index 815cb3f..71abd8d 100644 --- a/examples/gcp-from-vpc/main.tf +++ b/examples/gcp-from-vpc/main.tf @@ -69,4 +69,7 @@ module "ocean-controller" { ################################################################################ module "ocean-spark" { source = "../.." + depends_on = [ + resource.spotinst_ocean_gke_import.ocean + ] }