Fix terraform config formatting

This commit is contained in:
Dalton Hubble
2018-02-10 15:18:27 -08:00
parent 2fa7dac247
commit 82a616c70b
4 changed files with 9 additions and 11 deletions

View File

@ -146,11 +146,11 @@ resource "aws_security_group_rule" "worker-flannel-self" {
resource "aws_security_group_rule" "worker-node-exporter" {
security_group_id = "${aws_security_group.worker.id}"
type = "ingress"
protocol = "tcp"
from_port = 9100
to_port = 9100
self = true
type = "ingress"
protocol = "tcp"
from_port = 9100
to_port = 9100
self = true
}
resource "aws_security_group_rule" "worker-kubelet" {