Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ locals {
"0ThsmykUHG", # Slicelink
"gm9RbcYqRh", # Braze
"oIQ4q7dcTK", # partner-websites-prod
"bH2qnkb0vZ" # slice-os-prod
"bH2qnkb0vZ", # slice-os-prod
"tUbtH4DbIJ", # direct-web
"G5yFS1KhpW", # admin
"XPiW5h2e4n" # consumer-landing-pages-production

]
subnet_id = "subnet-9f90a1d4" # Subnet the EMR cluster will run in.
}
Expand Down Expand Up @@ -41,4 +45,4 @@ module "emr" {

s3_bucket = local.s3_bucket_name
subnet_id = local.subnet_id
}
}