Skip to content

Commit

Permalink
chore: update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored and github-actions[bot] committed Oct 17, 2024
1 parent a014624 commit 7f25e92
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 36 deletions.
24 changes: 12 additions & 12 deletions docs/data-sources/ip_addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ data "upcloud_ip_addresses" "all_ip_addresses" {}

### Read-Only

- `addresses` (Set of Object) (see [below for nested schema](#nestedatt--addresses))
- `id` (String) The ID of this resource.
- `addresses` (Block Set) (see [below for nested schema](#nestedblock--addresses))
- `id` (String) ID of the resource.

<a id="nestedatt--addresses"></a>
<a id="nestedblock--addresses"></a>
### Nested Schema for `addresses`

Read-Only:

- `access` (String)
- `address` (String)
- `family` (String)
- `floating` (Boolean)
- `mac` (String)
- `part_of_plan` (Boolean)
- `ptr_record` (String)
- `server` (String)
- `zone` (String)
- `access` (String) Is address for utility or public network
- `address` (String) An UpCloud assigned IP Address
- `family` (String) IP address family
- `floating` (Boolean) Does the IP Address represents a floating IP Address
- `mac` (String) MAC address of server interface to assign address to
- `part_of_plan` (Boolean) Is the address a part of a plan
- `ptr_record` (String) A reverse DNS record entry
- `server` (String) The unique identifier for a server
- `zone` (String) Zone of address, required when assigning a detached floating IP address, e.g. `de-fra1`. You can list available zones with `upctl zone list`.
34 changes: 17 additions & 17 deletions docs/resources/loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "upcloud_loadbalancer" "lb" {

### Required Attributes

- `name` (String) The name of the service must be unique within customer account.
- `name` (String) The name of the service. Must be unique within customer account.
- `plan` (String) Plan which the service will have. You can list available load balancer plans with `upctl loadbalancer plans`
- `zone` (String) Zone in which the service will be hosted, e.g. `fi-hel1`. You can list available zones with `upctl zone list`.

Expand All @@ -66,25 +66,25 @@ resource "upcloud_loadbalancer" "lb" {

### Blocks

- `networks` (Block List, Max: 8) Attached Networks from where traffic consumed and routed. Private networks must reside in loadbalancer zone. (see [below for nested schema](#nestedblock--networks))
- `networks` (Block List) Attached Networks from where traffic consumed and routed. Private networks must reside in loadbalancer zone. (see [below for nested schema](#nestedblock--networks))

### Read-Only

- `backends` (List of String) Backends are groups of customer servers whose traffic should be balanced.
- `dns_name` (String, Deprecated) DNS name of the load balancer
- `frontends` (List of String) Frontends receive the traffic before dispatching it to the backends.
- `id` (String) The ID of this resource.
- `nodes` (List of Object) Nodes are instances running load balancer service (see [below for nested schema](#nestedatt--nodes))
- `id` (String) The unique identifier of the load balancer.
- `nodes` (Block List) Nodes are instances running load balancer service (see [below for nested schema](#nestedblock--nodes))
- `operational_state` (String) The service operational state indicates the service's current operational, effective state. Managed by the system.
- `resolvers` (List of String) Domain Name Resolvers must be configured in case of customer uses dynamic type members
- `resolvers` (List of String) Domain Name Resolvers.

<a id="nestedblock--networks"></a>
### Nested Schema for `networks`

Required Attributes:

- `family` (String) Network family. Currently only `IPv4` is supported.
- `name` (String) The name of the network must be unique within the service.
- `name` (String) The name of the network. Must be unique within the service.
- `type` (String) The type of the network. Only one public network can be attached and at least one private network must be attached.

Optional Attributes:
Expand All @@ -94,30 +94,30 @@ Optional Attributes:
Read-Only:

- `dns_name` (String) DNS name of the load balancer network
- `id` (String) Network identifier.
- `id` (String) The unique identifier of the network.


<a id="nestedatt--nodes"></a>
<a id="nestedblock--nodes"></a>
### Nested Schema for `nodes`

Read-Only:

- `networks` (List of Object) (see [below for nested schema](#nestedobjatt--nodes--networks))
- `operational_state` (String)
- `networks` (Block List) Networks attached to the node (see [below for nested schema](#nestedblock--nodes--networks))
- `operational_state` (String) Node's operational state. Managed by the system.

<a id="nestedobjatt--nodes--networks"></a>
<a id="nestedblock--nodes--networks"></a>
### Nested Schema for `nodes.networks`

Read-Only:

- `ip_addresses` (List of Object) (see [below for nested schema](#nestedobjatt--nodes--networks--ip_addresses))
- `name` (String)
- `type` (String)
- `ip_addresses` (Block List) IP addresses attached to the network (see [below for nested schema](#nestedblock--nodes--networks--ip_addresses))
- `name` (String) The name of the network
- `type` (String) The type of the network

<a id="nestedobjatt--nodes--networks--ip_addresses"></a>
<a id="nestedblock--nodes--networks--ip_addresses"></a>
### Nested Schema for `nodes.networks.ip_addresses`

Read-Only:

- `address` (String)
- `listen` (Boolean)
- `address` (String) Node's IP address
- `listen` (Boolean) Whether the node listens to the traffic
5 changes: 3 additions & 2 deletions docs/resources/managed_database_mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,16 @@ Optional Attributes:
- `interactive_timeout` (Number) The number of seconds the server waits for activity on an interactive connection before closing it.
- `internal_tmp_mem_storage_engine` (String) The storage engine for in-memory internal temporary tables.
- `ip_filter` (List of String) IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
- `long_query_time` (Number) The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s.
- `log_output` (String) The slow log output destination when slow_query_log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow_log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow_log table, choose TABLE. To silence slow logs, choose NONE.
- `long_query_time` (Number) The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute.
- `max_allowed_packet` (Number) Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
- `max_heap_table_size` (Number) Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M).
- `net_buffer_length` (Number) Start sizes of connection buffer and result buffer. Default is 16384 (16K). Changing this parameter will lead to a restart of the MySQL service.
- `net_read_timeout` (Number) The number of seconds to wait for more data from a connection before aborting the read.
- `net_write_timeout` (Number) The number of seconds to wait for a block to be written to a connection before aborting the write.
- `public_access` (Boolean) Public Access. Allow access to the service from the public Internet.
- `service_log` (Boolean) Service logging. Store logs for the service so that they are available in the HTTP API and console.
- `slow_query_log` (Boolean) Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
- `slow_query_log` (Boolean) Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
- `sort_buffer_size` (Number) Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K).
- `sql_mode` (String) Global SQL mode. Set to empty to use MySQL server defaults. When creating a new service and not setting this field Aiven default SQL mode (strict, SQL standard compliant) will be assigned.
- `sql_require_primary_key` (Boolean) Require primary key to be defined for new tables or old tables modified with ALTER TABLE and fail if missing. It is recommended to always have primary keys because various functionality may break if any large table is missing them.
Expand Down
Loading

0 comments on commit 7f25e92

Please sign in to comment.