Skip to content

Commit

Permalink
Bump github.com/hashicorp/terraform-plugin-docs from 0.6.0 to 0.7.0 (#…
Browse files Browse the repository at this point in the history
…105)

* Bump github.com/hashicorp/terraform-plugin-docs from 0.6.0 to 0.7.0

Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-docs@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mahmoud Ismail <[email protected]>
  • Loading branch information
dependabot[bot] and maismail authored Mar 16, 2022
1 parent 8d46394 commit 8b86abc
Show file tree
Hide file tree
Showing 16 changed files with 531 additions and 531 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENHANCEMENTS:
* resource/hopsworksai_cluster: Add `collect_logs` attribute to enable pushing services' logs to AWS CloudWatch.
* resource/hopsworksai_cluster: Add `head/node_id` readonly attribute to retrieve the corresponding aws/azure instance id of the head node.
* dependencies: Bump hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.11.0
* dependencies: Bump hashicorp/terraform-plugin-docs from 0.5.1 to 0.6.0
* dependencies: Bump hashicorp/terraform-plugin-docs from 0.5.1 to 0.7.0

FEATURES:

Expand Down
20 changes: 10 additions & 10 deletions docs/data-sources/aws_instance_profile_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ data "hopsworksai_aws_instance_profile_policy" "policy" {

### Optional

- **bucket_name** (String) Limit permissions to this S3 bucket.
- **cluster_id** (String) Limit docker repository permissions to the cluster id.
- **eks_cluster_name** (String) Limit permissions to eks cluster.
- **enable_backup** (Boolean) Add permissions required to allow creating backups of your clusters. Defaults to `true`.
- **enable_cloud_watch** (Boolean) Add permissions required to allow collecting your cluster logs using cloud watch. Defaults to `true`.
- **enable_eks_and_ecr** (Boolean) Add permissions required to enable access to Amazon EKS and ECR from within your Hopsworks cluster. Defaults to `true`.
- **enable_storage** (Boolean) Add permissions required to allow Hopsworks clusters to read and write from and to your aws S3 buckets. Defaults to `true`.
- **enable_upgrade** (Boolean, Deprecated) Add permissions required to enable upgrade to newer versions of Hopsworks. Defaults to `false`. These permissions are not required anymore to upgrade from version 2.4.0 and onwards.
- **id** (String) The ID of this resource.
- `bucket_name` (String) Limit permissions to this S3 bucket.
- `cluster_id` (String) Limit docker repository permissions to the cluster id.
- `eks_cluster_name` (String) Limit permissions to eks cluster.
- `enable_backup` (Boolean) Add permissions required to allow creating backups of your clusters. Defaults to `true`.
- `enable_cloud_watch` (Boolean) Add permissions required to allow collecting your cluster logs using cloud watch. Defaults to `true`.
- `enable_eks_and_ecr` (Boolean) Add permissions required to enable access to Amazon EKS and ECR from within your Hopsworks cluster. Defaults to `true`.
- `enable_storage` (Boolean) Add permissions required to allow Hopsworks clusters to read and write from and to your aws S3 buckets. Defaults to `true`.
- `enable_upgrade` (Boolean, Deprecated) Add permissions required to enable upgrade to newer versions of Hopsworks. Defaults to `false`. These permissions are not required anymore to upgrade from version 2.4.0 and onwards.
- `id` (String) The ID of this resource.

### Read-Only

- **json** (String) The instance profile policy in JSON format.
- `json` (String) The instance profile policy in JSON format.


18 changes: 9 additions & 9 deletions docs/data-sources/azure_user_assigned_identity_permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ data "hopsworksai_azure_user_assigned_identity_permissions" "permissions" {

### Optional

- **enable_aks_and_acr** (Boolean) Add permissions required to enable access to Azure AKS and ACR from within your Hopsworks cluster. Defaults to `false`.
- **enable_backup** (Boolean) Add permissions required to allow creating backups of your clusters. Defaults to `true`.
- **enable_storage** (Boolean) Add permissions required to allow Hopsworks clusters to read and write from and to your azure storage accounts. Defaults to `true`.
- **enable_upgrade** (Boolean, Deprecated) Add permissions required to enable upgrade to newer versions of Hopsworks. Defaults to `false`. These permissions are not required anymore to upgrade from version 2.4.0 and onwards.
- **id** (String) The ID of this resource.
- `enable_aks_and_acr` (Boolean) Add permissions required to enable access to Azure AKS and ACR from within your Hopsworks cluster. Defaults to `false`.
- `enable_backup` (Boolean) Add permissions required to allow creating backups of your clusters. Defaults to `true`.
- `enable_storage` (Boolean) Add permissions required to allow Hopsworks clusters to read and write from and to your azure storage accounts. Defaults to `true`.
- `enable_upgrade` (Boolean, Deprecated) Add permissions required to enable upgrade to newer versions of Hopsworks. Defaults to `false`. These permissions are not required anymore to upgrade from version 2.4.0 and onwards.
- `id` (String) The ID of this resource.

### Read-Only

- **actions** (List of String) The actions permissions.
- **data_actions** (Set of String) The data actions permissions.
- **not_actions** (List of String) The not actions permissions.
- **not_data_actions** (Set of String) The not data actions permissions.
- `actions` (List of String) The actions permissions.
- `data_actions` (Set of String) The data actions permissions.
- `not_actions` (List of String) The not actions permissions.
- `not_data_actions` (Set of String) The not data actions permissions.


16 changes: 8 additions & 8 deletions docs/data-sources/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ data "hopsworksai_backup" "backup" {

### Required

- **backup_id** (String) The backup id.
- `backup_id` (String) The backup id.

### Optional

- **id** (String) The ID of this resource.
- `id` (String) The ID of this resource.

### Read-Only

- **backup_name** (String) The name to attach to this backup.
- **cloud_provider** (String) The backup cloud provider.
- **cluster_id** (String) The id of the cluster for which you want to create a backup.
- **creation_date** (String) The creation date of the backup. The date is represented in RFC3339 format.
- **state** (String) The backup state.
- **state_message** (String) The backup state message.
- `backup_name` (String) The name to attach to this backup.
- `cloud_provider` (String) The backup cloud provider.
- `cluster_id` (String) The id of the cluster for which you want to create a backup.
- `creation_date` (String) The creation date of the backup. The date is represented in RFC3339 format.
- `state` (String) The backup state.
- `state_message` (String) The backup state message.


20 changes: 10 additions & 10 deletions docs/data-sources/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@ data "hopsworksai_backups" "backups" {

### Optional

- **cluster_id** (String) The id of the cluster to retrieve its backups. If not set, all the backups are retrieved.
- **id** (String) The ID of this resource.
- `cluster_id` (String) The id of the cluster to retrieve its backups. If not set, all the backups are retrieved.
- `id` (String) The ID of this resource.

### Read-Only

- **backups** (List of Object) The list of backups sorted based on creation date with latest created backup first. (see [below for nested schema](#nestedatt--backups))
- `backups` (List of Object) The list of backups sorted based on creation date with latest created backup first. (see [below for nested schema](#nestedatt--backups))

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

Read-Only:

- **backup_id** (String)
- **backup_name** (String)
- **cloud_provider** (String)
- **cluster_id** (String)
- **creation_date** (String)
- **state** (String)
- **state_message** (String)
- `backup_id` (String)
- `backup_name` (String)
- `cloud_provider` (String)
- `cluster_id` (String)
- `creation_date` (String)
- `state` (String)
- `state_message` (String)


Loading

0 comments on commit 8b86abc

Please sign in to comment.