Skip to content

Commit 6ee4cfd

Browse files
committed
mh submodule
1 parent fc0d496 commit 6ee4cfd

3 files changed

Lines changed: 32 additions & 26 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "infra/tf/masthead-deployment"]
2+
path = infra/tf/masthead-deployment
3+
url = https://github.com/Masthead-Data/masthead-deployment.git

infra/tf/.terraform.lock.hcl

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/tf/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ module "masthead" {
5858
source = "./masthead"
5959

6060
project = local.project
61+
# source = "./masthead-deployment/app"
62+
# project_id = local.project
63+
# project_number = local.project_number
6164
}

0 commit comments

Comments
 (0)