Skip to content

Commit 04acac9

Browse files
committed
fixup! feat: support IAM policies
1 parent ba71f35 commit 04acac9

8 files changed

+22
-22
lines changed

website/docs/d/dbaas_logs_cluster.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ data "ovh_dbaas_logs_cluster" "logstash" {
2121

2222
## Attributes Reference
2323

24-
* `id` is set to input engine ID
25-
* `urn` is set to the URN of the DBaas logs instance
24+
* `id` is the input engine ID
25+
* `urn` is the URN of the DBaas logs instance
2626
* `cluster_type` is type of cluster (DEDICATED, PRO or TRIAL)
2727
* `dedicated_input_pem` is PEM for dedicated inputs
2828
* `archive_allowed_networks` is allowed networks for ARCHIVE flow type

website/docs/d/dedicated_ceph.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data "ovh_dedicated_ceph" "my-ceph" {
2121

2222
## Attributes Reference
2323

24-
* `urn` the URN of the CEPH instance
24+
* `urn` - URN of the CEPH instance
2525
* `ceph_mons` - list of CEPH monitors IPs
2626
* `ceph_version` - CEPH cluster version
2727
* `crush_tunables` - CRUSH algorithm settings. Possible values

website/docs/d/dedicated_server.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ data "ovh_dedicated_server" "server" {
2424
In addition, the following attributes are exported:
2525

2626
* `boot_id` - boot id of the server
27-
* `urn` the URN of the dedicated server instance
27+
* `urn` - URN of the dedicated server instance
2828
* `commercial_range` - dedicated server commercial range
2929
* `datacenter` - dedicated datacenter localisation (bhs1,bhs2,...)
3030
* `ip` - dedicated server ip (IPv4)

website/docs/d/iam_policy.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data "ovh_iam_policy" "my_policy" {
2323
* `name` - Name of the policy.
2424
* `description` - Group description.
2525
* `identities` - List of identities affected by the policy.
26-
* `resources` - List of resources the policy.
26+
* `resources` - List of resources affected by the policy.
2727
* `allow` - List of actions allowed by the policy.
2828
* `except` - List of actions.
2929
* `owner` - Owner of the policy.

website/docs/d/iam_reference_action.markdown renamed to website/docs/d/iam_reference_actions.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
subcategory : "Account Management"
33
---
44

5-
# ovh_iam_reference_action (Data Source)
5+
# ovh_iam_reference_actions (Data Source)
66

77
Use this data source to list the IAM action associated with a resource type.
88

99
## Example Usage
1010

1111
```hcl
12-
data "ovh_iam_reference_action" "vps_actions" {
12+
data "ovh_iam_reference_actions" "vps_actions" {
1313
resource_type = "vps"
1414
}
1515
```
1616

1717
## Argument Reference
1818

19-
* `resource_type` - Kind of resource for which we
19+
* `type` - Kind of resource we want the actions for
2020

2121
## Attributes Reference
2222

2323
* `actions` - List of actions
2424
* `action` - Name of the action
2525
* `categories` - List of the categories of the action
26-
* `description` - Description od the action
26+
* `description` - Description of the action
2727
* `resource_type` - Resource type the action is related to

website/docs/d/iploadbalancing.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Can take any of the following value: "intermediate", "modern"
4949

5050
`id` is set to the service_name of your IP load balancing
5151
In addition, the following attributes are exported:
52-
* `urn` - The URN of the load balancer, to be used in AIM policies
52+
* `urn` - The URN of the load balancer, to be used in IAM policies
5353
* `metrics_token` - The metrics token associated with your IP load balancing
5454
This attribute is sensitive.
5555

website/docs/d/me_identity_group.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data "ovh_me_identity_group" "my_group" {
2020

2121
## Attributes Reference
2222

23-
* `urn` - identity URN of the group.
23+
* `urn` - Identity URN of the group.
2424
* `description` - Group description.
2525
* `role` - Role associated with the group. Valid roles are ADMIN, REGULAR, UNPRIVILEGED, and NONE.
2626
* `default_group` - Is the group a default and immutable one.

website/docs/r/dbaas_logs_cluster.html.markdown

+11-11
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ The following arguments are supported:
3232
## Attributes Reference
3333

3434
Id is set to the input Id. In addition, the following attributes are exported:
35-
* `urn` - is the URN of the DbaaS
36-
* `cluster_type` is type of cluster (DEDICATED, PRO or TRIAL)
37-
* `dedicated_input_pem` is PEM for dedicated inputs
38-
* `archive_allowed_networks` is allowed networks for ARCHIVE flow type
39-
* `direct_input_allowed_networks` is allowed networks for DIRECT_INPUT flow type
40-
* `direct_input_pem` is PEM for direct inputs
41-
* `hostname` is cluster hostname hosting the tenant
42-
* `is_default` is true if all content generated by given service will be placed on this cluster
43-
* `is_unlocked` is true if given service can perform advanced operations on cluster
44-
* `query_allowed_networks` is allowed networks for QUERY flow type
45-
* `region` is datacenter localization
35+
* `urn` - The URN of the DbaaS
36+
* `cluster_type` - The type of cluster (DEDICATED, PRO or TRIAL)
37+
* `dedicated_input_pem` - The PEM for dedicated inputs
38+
* `archive_allowed_networks` - The allowed networks for ARCHIVE flow type
39+
* `direct_input_allowed_networks` - The allowed networks for DIRECT_INPUT flow type
40+
* `direct_input_pem` - The PEM for direct inputs
41+
* `hostname` - The cluster hostname hosting the tenant
42+
* `is_default` - The true if all content generated by given service will be placed on this cluster
43+
* `is_unlocked` - The true if given service can perform advanced operations on cluster
44+
* `query_allowed_networks` - The allowed networks for QUERY flow type
45+
* `region` - The datacenter localization
4646

4747
## Import
4848

0 commit comments

Comments
 (0)