Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed May 16, 2024
1 parent 21ccf65 commit 4f0d0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ module "main" {
ansible_repo = aws_codecommit_repository.ansible
vpc_config = {
vpc_id = local.vpc_id
security_group_ids = []
subnets = module.network.public_subnets
security_group_ids = module.network.admin_sgs
subnets = module.network.private_subnets
}
}

Expand Down

0 comments on commit 4f0d0e0

Please sign in to comment.