mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-31 00:51:35 +02:00
Re-run terraform fmt for formatting
This commit is contained in:
@ -94,10 +94,10 @@ resource "aws_security_group_rule" "controller-node-exporter" {
|
||||
resource "aws_security_group_rule" "controller-kubelet" {
|
||||
security_group_id = "${aws_security_group.controller.id}"
|
||||
|
||||
type = "ingress"
|
||||
protocol = "tcp"
|
||||
from_port = 10250
|
||||
to_port = 10250
|
||||
type = "ingress"
|
||||
protocol = "tcp"
|
||||
from_port = 10250
|
||||
to_port = 10250
|
||||
source_security_group_id = "${aws_security_group.worker.id}"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user