Skip to content

Commit

Permalink
fix(ter): indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecarvalho-doc committed Jun 5, 2024
1 parent bfd470d commit 333262f
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 60 deletions.
32 changes: 16 additions & 16 deletions docs/data-sources/billing_invoices.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ data "scaleway_billing_invoices" "my-invoices" {
In addition to all arguments above, the following attributes are exported:

- `invoices` - List of found invoices
- `id` - The associated invoice ID.
- `organization_name` - The organization name.
- `start_date` - The start date of the billing period (RFC 3339 format).
- `stop_date` - The end date of the billing period (RFC 3339 format).
- `billing_period` - The billing period of the invoice in the YYYY-MM format.
- `issued_date` - The date when the invoice was sent to the customer (RFC 3339 format).
- `due_date` - The payment time limit, set according to the Organization's payment conditions (RFC 3339 format).
- `total_untaxed` - The total amount, untaxed.
- `total_taxed` - The total amount, taxed.
- `total_tax` - The total tax amount of the invoice.
- `total_discount` - The total discount amount of the invoice.
- `total_undiscount` - The total amount of the invoice before applying the discount.
- `invoice_type` - The type of invoice.
- `state` - The state of the invoice.
- `number` - The invoice number.
- `seller_name` - The name of the seller (Scaleway).
- `id` - The associated invoice ID.
- `organization_name` - The organization name.
- `start_date` - The start date of the billing period (RFC 3339 format).
- `stop_date` - The end date of the billing period (RFC 3339 format).
- `billing_period` - The billing period of the invoice in the YYYY-MM format.
- `issued_date` - The date when the invoice was sent to the customer (RFC 3339 format).
- `due_date` - The payment time limit, set according to the Organization's payment conditions (RFC 3339 format).
- `total_untaxed` - The total amount, untaxed.
- `total_taxed` - The total amount, taxed.
- `total_tax` - The total tax amount of the invoice.
- `total_discount` - The total discount amount of the invoice.
- `total_undiscount` - The total amount of the invoice before applying the discount.
- `invoice_type` - The type of invoice.
- `state` - The state of the invoice.
- `number` - The invoice number.
- `seller_name` - The name of the seller (Scaleway).
8 changes: 4 additions & 4 deletions docs/resources/iam_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ The following arguments are supported:

- `rule` - List of rules in the policy.

- `organization_id` - ID of organization scoped to the rule, this can be used to create a rule for all projects in an organization.
- `project_ids` - List of project IDs scoped to the rule.
- `organization_id` - ID of organization scoped to the rule, this can be used to create a rule for all projects in an organization.
- `project_ids` - List of project IDs scoped to the rule.

~> **Important** One `organization_id` or `project_ids` must be set per rule.
~> **Important** One `organization_id` or `project_ids` must be set per rule.

- `permission_set_names` - Names of permission sets bind to the rule.
- `permission_set_names` - Names of permission sets bind to the rule.

**_TIP:_** You can use the Scaleway CLI to list the permissions details. e.g:

Expand Down
32 changes: 16 additions & 16 deletions docs/resources/rdb_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ interruption.

- `private_network` - List of Private Networks endpoints of the Database Instance.

- `pn_id` - (Required) The ID of the Private Network.
- `ip_net` - (Optional) The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
- `enable_ipam` - (Optional) If true, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
- `pn_id` - (Required) The ID of the Private Network.
- `ip_net` - (Optional) The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
- `enable_ipam` - (Optional) If true, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.

~> **Important** One of `ip_net` or `enable_ipam=true` must be set.

Expand All @@ -218,21 +218,21 @@ are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-1111111111
- `endpoint_ip` - (Deprecated) The IP of the Database Instance.
- `endpoint_port` - (Deprecated) The port of the Database Instance.
- `read_replicas` - List of read replicas of the Database Instance.
- `ip` - IP of the replica.
- `port` - Port of the replica.
- `name` - Name of the replica.
- `ip` - IP of the replica.
- `port` - Port of the replica.
- `name` - Name of the replica.
- `load_balancer` - List of Load Balancer endpoints of the Database Instance.
- `endpoint_id` - The ID of the endpoint of the Load Balancer.
- `ip` - IP of the endpoint.
- `port` - Port of the endpoint.
- `name` - Name of the endpoint.
- `hostname` - Name of the endpoint.
- `endpoint_id` - The ID of the endpoint of the Load Balancer.
- `ip` - IP of the endpoint.
- `port` - Port of the endpoint.
- `name` - Name of the endpoint.
- `hostname` - Name of the endpoint.
- `private_network` - List of Private Networks endpoints of the Database Instance.
- `endpoint_id` - The ID of the endpoint.
- `ip` - IPv4 address on the network.
- `port` - Port in the Private Network.
- `name` - Name of the endpoint.
- `hostname` - Hostname of the endpoint.
- `endpoint_id` - The ID of the endpoint.
- `ip` - IPv4 address on the network.
- `port` - Port in the Private Network.
- `name` - Name of the endpoint.
- `hostname` - Hostname of the endpoint.
- `certificate` - Certificate of the Database Instance.
- `organization_id` - The organization ID the Database Instance is associated with.

Expand Down
28 changes: 14 additions & 14 deletions docs/resources/rdb_read_replica.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ The following arguments are supported:
- `direct_access` - (Optional) Creates a direct access endpoint to rdb replica.

- `private_network` - (Optional) Create an endpoint in a Private Netork.
- `private_network_id` - (Required) UUID of the Private Netork to be connected to the Read Replica.
- `service_ip` - (Optional) The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
- `enable_ipam` - (Optional) If true, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
- `private_network_id` - (Required) UUID of the Private Netork to be connected to the Read Replica.
- `service_ip` - (Optional) The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
- `enable_ipam` - (Optional) If true, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.

~> **Important:** One of `service_ip` or `enable_ipam=true` must be set.

Expand All @@ -111,18 +111,18 @@ In addition to all arguments above, the following attributes are exported:
they are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111`

- `direct_access` - List of Load Balancer endpoints of the Read Replica.
- `endpoint_id` - The ID of the endpoint of the Read Replica.
- `ip` - IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
- `port` - TCP port of the endpoint.
- `name` - Name of the endpoint.
- `hostname` - Hostname of the endpoint. Only one of IP and hostname may be set.
- `endpoint_id` - The ID of the endpoint of the Read Replica.
- `ip` - IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
- `port` - TCP port of the endpoint.
- `name` - Name of the endpoint.
- `hostname` - Hostname of the endpoint. Only one of IP and hostname may be set.
- `private_network` - List of Private Netorks endpoints of the Read Replica.
- `endpoint_id` - The ID of the endpoint of the Read Replica.
- `ip` - IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
- `port` - TCP port of the endpoint.
- `name` - Name of the endpoint.
- `hostname` - Hostname of the endpoint. Only one of IP and hostname may be set.
- `enable_ipam` - Indicates whether the IP is managed by IPAM.
- `endpoint_id` - The ID of the endpoint of the Read Replica.
- `ip` - IPv4 address of the endpoint (IP address). Only one of IP and hostname may be set.
- `port` - TCP port of the endpoint.
- `name` - Name of the endpoint.
- `hostname` - Hostname of the endpoint. Only one of IP and hostname may be set.
- `enable_ipam` - Indicates whether the IP is managed by IPAM.

## Import

Expand Down
10 changes: 5 additions & 5 deletions docs/resources/redis_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
- `public_network` - (Optional) Public network details. Only one of `private_network` and `public_network` may be set.
~> The `public_network` block exports:

- `id` - (Required) The UUID of the endpoint.
- `ips` - Lis of IPv4 address of the endpoint (IP address).
- `port` - TCP port of the endpoint.
- `id` - (Required) The UUID of the endpoint.
- `ips` - Lis of IPv4 address of the endpoint (IP address).
- `port` - TCP port of the endpoint.

- `private_network` - List of Private Networks endpoints of the Redis™ cluster.

- `endpoint_id` - The ID of the endpoint.
- `zone` - The zone of the Private Network.
- `endpoint_id` - The ID of the endpoint.
- `zone` - The zone of the Private Network.

- `created_at` - The date and time of creation of the Redis™ cluster.
- `updated_at` - The date and time of the last update of the Redis™ cluster.
Expand Down
10 changes: 5 additions & 5 deletions docs/resources/tem_domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ In addition to all arguments above, the following attributes are exported:
- `mx_blackhole` - The Scaleway's blackhole MX server to use if you do not have one.

- `reputation` - The domain's reputation.
- `status` - The status of the domain's reputation.
- `score` - A range from 0 to 100 that determines your domain's reputation score.
- `scored_at` - The time and date the score was calculated.
- `previous_score` - The previously-calculated domain's reputation score.
- `previous_scored_at` - The time and date the previous reputation score was calculated.
- `status` - The status of the domain's reputation.
- `score` - A range from 0 to 100 that determines your domain's reputation score.
- `scored_at` - The time and date the score was calculated.
- `previous_score` - The previously-calculated domain's reputation score.
- `previous_scored_at` - The time and date the previous reputation score was calculated.

## Import

Expand Down

0 comments on commit 333262f

Please sign in to comment.