Skip to content

Commit

Permalink
Fixes vpc link to load balancer edge
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSeptimus-Klotho committed Nov 16, 2023
1 parent 3240678 commit 971d52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/templates/aws/edges/vpc_link-load_balancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ operational_rules:
configuration:
field: IngressRules
value:
- Description: Allow ingress traffic from ip addresses within the '{{ (downstream "aws:vpc" .Source).Name }}' vpc
- Description: Allow ingress traffic from ip addresses within the {{ (downstream "aws:vpc" .Source).Name }} vpc
CidrBlocks:
- '{{ fieldValue "CidrBlock" (downstream "aws:vpc" .Source) }}'
FromPort: 0
Expand Down

0 comments on commit 971d52f

Please sign in to comment.