1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

Remove unused/legacy boostrap etcd ports

This commit is contained in:
Stephen Cuppett
2019-03-09 07:52:37 -05:00
parent 12af0c9b8e
commit 3e97bb9d0c

View File

@@ -186,16 +186,6 @@ resource "aws_security_group_rule" "master_ingress_etcd" {
self = true
}
resource "aws_security_group_rule" "master_ingress_bootstrap_etcd" {
type = "ingress"
security_group_id = "${aws_security_group.master.id}"
protocol = "tcp"
from_port = 12379
to_port = 12380
self = true
}
resource "aws_security_group_rule" "master_ingress_services" {
type = "ingress"
security_group_id = "${aws_security_group.master.id}"