Skip to content

Commit

Permalink
hack/update-expected.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Oct 7, 2023
1 parent dc1569c commit a38fc70
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,15 @@ resource "aws_security_group_rule" "icmpv6-pmtu-api-elb-__--0" {
type = "ingress"
}

resource "aws_security_group_rule" "kops-controller-elb-to-master" {
from_port = 3988
protocol = "tcp"
security_group_id = aws_security_group.masters-minimal-example-com.id
source_security_group_id = aws_security_group.api-elb-minimal-example-com.id
to_port = 3988
type = "ingress"
}

resource "aws_sqs_queue" "minimal-example-com-nth" {
message_retention_seconds = 300
name = "minimal-example-com-nth"
Expand Down

0 comments on commit a38fc70

Please sign in to comment.