Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Oct 10, 2023
1 parent 775e0c9 commit 71c1bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_security_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ locals {
from_port = 5504
to_port = 5504
protocol = "TCP"
security_groups = ["database","loadbalancer"]
security_groups = ["database", "loadbalancer"]
cidr_blocks = local.security_group_cidrs.enduserclient # NOTE: this may need to change at some point
}
cafm_licensing_7071 = {
Expand Down

0 comments on commit 71c1bc9

Please sign in to comment.