Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Feb 12, 2024
1 parent ac294a2 commit a051fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-ifs/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ resource "aws_launch_template" "ec2-launch-template" {

network_interfaces {
associate_public_ip_address = false
security_groups = [aws_security_group.cluster_ec2.id], aws_security_group.db.id]
security_groups = [aws_security_group.cluster_ec2.id, aws_security_group.db.id]
}

block_device_mappings {
Expand Down

0 comments on commit a051fa2

Please sign in to comment.