Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 6, 2025
1 parent 3bde9fa commit 9d88a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-deploy/forge_py.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "forge_py_module" {

# Fargate Variables
ecs_cluster_arn = aws_ecs_cluster.main.arn
tig_fargate = true
forge_py_fargate = true
fargate_iam_role = aws_iam_role.fargate_execution.arn
ecs_cluster_name = aws_ecs_cluster.main.name
fargate_max_capacity = 100
Expand Down

0 comments on commit 9d88a9e

Please sign in to comment.