Skip to content

Commit

Permalink
[examples] create ocean spark after is successfully imported
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 committed Sep 8, 2022
1 parent 1f07291 commit 06317db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/gcp-from-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ module "ocean-controller" {
################################################################################
module "ocean-spark" {
source = "../.."
depends_on = [
resource.spotinst_ocean_gke_import.ocean
]
}

0 comments on commit 06317db

Please sign in to comment.