Skip to content

Commit

Permalink
feat(terraform): vol5504 add single batch job
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarstondvsa committed Jul 3, 2024
1 parent 60d6b0d commit e1bbb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/terraform/modules/service/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "batch" {
max_vcpus = 4

security_group_ids = "DEV/APP/DEV-OLCS-PRI-API-SG"
subnet_ids = ["DEV/APP/upper(${var.environment})-OLCS-PRI-BATCH-1A", "DEV/APP/upper(${var.environment})-OLCS-PRI-BATCH-1B", "DEV/APP/upper(${var.environment})-OLCS-PRI-BATCH-1C"]
subnet_ids = ["DEV/APP/${upper(var.environment)}-OLCS-PRI-BATCH-1A", "DEV/APP/${upper(var.environment)}-OLCS-PRI-BATCH-1B", "DEV/APP/${upper(var.environment)}-OLCS-PRI-BATCH-1C"]

# `tags = {}` here is not applicable for spot
}
Expand All @@ -48,7 +48,7 @@ module "batch" {
max_vcpus = 4

security_group_ids = "DEV/APP/DEV-OLCS-PRI-API-SG"
subnet_ids = ["DEV/APP/upper(${var.environment})-OLCS-PRI-BATCH-1A", "DEV/APP/upper(${var.environment})-OLCS-PRI-BATCH-1B", "DEV/APP/upper(${var.environment})-OLCS-PRI-BATCH-1C"]
subnet_ids = ["DEV/APP/${upper(var.environment)}-OLCS-PRI-BATCH-1A", "DEV/APP/${upper(var.environment)}-OLCS-PRI-BATCH-1B", "DEV/APP/${upper(var.environment)}-OLCS-PRI-BATCH-1C"]
# `tags = {}` here is not applicable for spot
}
}
Expand Down

0 comments on commit e1bbb27

Please sign in to comment.