Skip to content

Commit

Permalink
Update ecs_service.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Mar 19, 2024
1 parent e3d50cb commit 763468d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ module "nextcloud_service" {
deployment_maximum_percent = "200"
deployment_minimum_healthy_percent = "100"

ecs_service_egress_security_group_ids = [
{
ip_protocol = "tcp"
port = 2049
referenced_security_group_id = module.nextcloud_efs.sg_id
},
]


efs_volumes = [
{
Expand Down Expand Up @@ -124,6 +132,7 @@ module "nextcloud_service" {
aws = aws
aws.core-vpc = aws.core-vpc
}

}

resource "aws_secretsmanager_secret" "nextcloud_admin_password" {
Expand Down

0 comments on commit 763468d

Please sign in to comment.