Skip to content

Commit

Permalink
Add data-pipeline to staging (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Aug 24, 2023
1 parent e82f60d commit 44574b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions mlab-staging/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions mlab-staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ module "platform-cluster" {
networking = var.networking
ssh_keys = var.ssh_keys
}

module "data-pipeline" {
source = "../modules/data-pipeline"

project = var.project
default_location = var.default_location
}

0 comments on commit 44574b2

Please sign in to comment.