Skip to content

Commit

Permalink
fix(docs): duplicate fields removed
Browse files Browse the repository at this point in the history
  • Loading branch information
iblindu authored Jul 29, 2021
1 parent 5d886ff commit e06983d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions docs/data-sources/k8s_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ The following attributes are returned by the datasource:
* `maintenance_window` - A maintenance window comprise of a day of the week and a time for maintenance to be allowed
* `time` - A clock time in the day when maintenance is allowed
* `day_of_the_week` - Day of the week when maintenance is allowed
* `available_upgrade_versions` - A list of available versions for upgrading the cluster
* `viable_node_pool_versions` - A list of versions that may be used for node pools under this cluster
* `public` - The indicator if the cluster is public or private. Be aware that setting it to false is currently in beta phase
* `gateway_ip` - The IP address of the gateway used by the cluster. This is mandatory when `public` is set to `false` and should not be provided otherwise.
* `state` - one of "AVAILABLE",
"INACTIVE",
"BUSY",
Expand Down
13 changes: 0 additions & 13 deletions docs/data-sources/k8s_node_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ The following attributes are returned by the datasource:
* `name` - name of the node pool
* `k8s_cluster_id` - ID of the cluster this node pool is part of
* `datacenter_id` - The UUID of the VDC
* `state` - one of "AVAILABLE",
"INACTIVE",
"BUSY",
"DEPLOYING",
"ACTIVE",
"FAILED",
"SUSPENDED",
"FAILED_SUSPENDED",
"UPDATING",
"FAILED_UPDATING",
"DESTROYING",
"FAILED_DESTROYING",
"TERMINATED"
* `node_count` - The number of nodes in this node pool
* `cpu_family` - CPU Family
* `cores_count` - CPU cores count
Expand Down
1 change: 1 addition & 0 deletions docs/resources/backup_unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following arguments are supported:
- `password` - (Required)[string] The desired password for the Backup Unit
- `email` - (Required)[string] The email address assigned to the backup unit
- `login`- (Computed) The login associated with the backup unit. Derived from the contract number

## Import

A Backup Unit resource can be imported using its `resource id`, e.g.
Expand Down

0 comments on commit e06983d

Please sign in to comment.