Skip to content

Commit b95622b

Browse files
authored
doc: improve scaleway_instance_security_group_rules doc (#513)
1 parent 9909534 commit b95622b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/r/instance_security_group_rules.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description: |-
99

1010
Creates and manages Scaleway Compute Instance security group rules. For more information, see [the documentation](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89).
1111

12+
This resource can be used to externalize rules from a `scaleway_instance_security_group` to solve circular dependency problems. When using this resource do not forget to set `external_rules = true` on the security group.
13+
14+
~> **Warning:** In order to guaranty rules order in a given security group only one scaleway_instance_security_group_rules is allowed per security group.
15+
1216
## Examples
1317

1418
### Basic

0 commit comments

Comments
 (0)