Skip to content

Commit 3ed8847

Browse files
committed
nrl-1342 update shared infra to deploy to int
1 parent 27ea414 commit 3ed8847

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module "int-athena" {
2+
source = "../modules/athena"
3+
name_prefix = "nhsd-nrlf--int"
4+
target_bucket_name = module.int-glue.target_bucket_name
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module "int-glue" {
2+
source = "../modules/glue"
3+
name_prefix = "nhsd-nrlf--int"
4+
python_version = 3
5+
}

0 commit comments

Comments
 (0)