We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ea414 commit 3ed8847Copy full SHA for 3ed8847
terraform/account-wide-infrastructure/test/athena.tf
@@ -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
+}
terraform/account-wide-infrastructure/test/glue.tf
+module "int-glue" {
+ source = "../modules/glue"
+ python_version = 3
0 commit comments