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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user