provider/scaleway: fix headline in docs
This commit is contained in:
parent
18a7d418f8
commit
5cba23bf7b
|
@ -6,7 +6,7 @@ description: |-
|
|||
Manages Scaleway IPs.
|
||||
---
|
||||
|
||||
# scaleway\ip
|
||||
# scaleway\_ip
|
||||
|
||||
Provides IPs for ARM servers. This allows IPs to be created, updated and deleted.
|
||||
For additional details please refer to [API documentation](https://developer.scaleway.com/#ips).
|
||||
|
|
|
@ -6,7 +6,7 @@ description: |-
|
|||
Manages Scaleway security groups.
|
||||
---
|
||||
|
||||
# scaleway\security_group
|
||||
# scaleway\_security\_group
|
||||
|
||||
Provides security groups. This allows security groups to be created, updated and deleted.
|
||||
For additional details please refer to [API documentation](https://developer.scaleway.com/#security-groups).
|
||||
|
|
|
@ -6,7 +6,7 @@ description: |-
|
|||
Manages Scaleway security group rules.
|
||||
---
|
||||
|
||||
# scaleway\security_group_rule
|
||||
# scaleway\_security\_group\_rule
|
||||
|
||||
Provides security group rules. This allows security group rules to be created, updated and deleted.
|
||||
For additional details please refer to [API documentation](https://developer.scaleway.com/#security-groups-manage-rules).
|
||||
|
|
|
@ -6,7 +6,7 @@ description: |-
|
|||
Manages Scaleway servers.
|
||||
---
|
||||
|
||||
# scaleway\server
|
||||
# scaleway\_server
|
||||
|
||||
Provides ARM servers. This allows servers to be created, updated and deleted.
|
||||
For additional details please refer to [API documentation](https://developer.scaleway.com/#servers).
|
||||
|
|
|
@ -6,7 +6,7 @@ description: |-
|
|||
Manages Scaleway Volumes.
|
||||
---
|
||||
|
||||
# scaleway\volume
|
||||
# scaleway\_volume
|
||||
|
||||
Provides ARM volumes. This allows volumes to be created, updated and deleted.
|
||||
For additional details please refer to [API documentation](https://developer.scaleway.com/#volumes).
|
||||
|
|
|
@ -6,7 +6,7 @@ description: |-
|
|||
Manages Scaleway Volume attachments for servers.
|
||||
---
|
||||
|
||||
# scaleway\volume\_attachment
|
||||
# scaleway\_volume\_attachment
|
||||
|
||||
This allows volumes to be attached to servers.
|
||||
|
||||
|
|
Loading…
Reference in New Issue