Skip to content

Commit 65a1f57

Browse files
committed
feat(security-group-rule-name):terraform development for adding name in security group rule name
1 parent 99642d5 commit 65a1f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm/service/vpc/data_source_ibm_is_security_group_rules.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ func dataSourceIBMIsSecurityGroupRulesRead(context context.Context, d *schema.Re
255255
}
256256
l["ip_version"] = *rulex.IPVersion
257257
l["protocol"] = *rulex.Protocol
258-
// l["port_max"] = *rulex.PortMax
259-
// l["port_min"] = *rulex.PortMin
258+
l["port_max"] = *rulex.PortMax
259+
l["port_min"] = *rulex.PortMin
260260
// remote
261261
if rulex.Remote != nil {
262262
remoteList := []map[string]interface{}{}

0 commit comments

Comments
 (0)