Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus authored Oct 18, 2022
2 parents a00bdce + 8eb986b commit 8f558a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module "batch_data_lake_writer" {
tags = local.batch_tags
use_ephemeral_storage = true
# SPOT is actually the default, this is just a placeholder until GTC-1791 is done
launch_type = "SPOT"
launch_type = "EC2"
compute_environment_name = "data_lake_writer"
}

Expand Down

0 comments on commit 8f558a3

Please sign in to comment.