Skip to content

Commit ebbbdb8

Browse files
Merge pull request #8261 from hamzy/PowerVS-open-port-10258
no-jira: PowerVS: Open port 10258
2 parents fbfdc12 + b4605ca commit ebbbdb8

File tree

1 file changed

+1
-1
lines changed
  • data/data/powervs/cluster/loadbalancer

1 file changed

+1
-1
lines changed

data/data/powervs/cluster/loadbalancer/sg.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
tcp_ports = [22623, 6443, 22]
2+
tcp_ports = [22623, 10258, 6443, 22]
33
}
44

55
resource "ibm_is_security_group" "ocp_security_group" {

0 commit comments

Comments
 (0)