Skip to content

Commit

Permalink
Merge branch 'oonith' into oonhelperd
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Mar 19, 2024
2 parents b138888 + 992dd0d commit 6bbbd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ module "oonith_cluster" {

name = "oonith-ecs-cluster"
key_name = module.adm_iam_roles.oonidevops_key_name
vpc_id = modules.network.vpc_id
vpc_id = module.network.vpc_id
subnet_ids = module.network.vpc_subnet[*].id

asg_min = 2
Expand Down

0 comments on commit 6bbbd56

Please sign in to comment.