Skip to content

Commit d449bb0

Browse files
authored
Merge branch 'master' into object_cors_update_test
2 parents 87bcfdd + 8033c72 commit d449bb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/resources/instance_security_group_rules.md

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ The `inbound_rule` and `outbound_rule` block supports:
119119

120120
- `port`- (Optional) The port this rule apply to. If no port is specified, rule will apply to all port.
121121

122+
- `port_range`- Need terraform >= 0.13.0 (Optional) The port range (e.g `22-23`) this rule applies to.
123+
Port range MUST comply the Scaleway-notation: interval between ports must be a power of 2 `2^X-1` number (e.g 2^13-1=8191 in port_range = "10000-18191").
124+
If no `port` nor `port_range` are specified, rule will apply to all port.
125+
Only one of `port` and `port_range` should be specified.
126+
122127
- `ip`- (Optional) The ip this rule apply to. If no `ip` nor `ip_range` are specified, rule will apply to all ip. Only one of `ip` and `ip_range` should be specified.
123128

124129
- `ip_range`- (Optional) The ip range (e.g `192.168.1.0/24`) this rule applies to. If no `ip` nor `ip_range` are specified, rule will apply to all ip. Only one of `ip` and `ip_range` should be specified.

0 commit comments

Comments
 (0)