This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from jhernand/update_docs
Update documentation
- Loading branch information
Showing
6 changed files
with
143 additions
and
111 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
page_title: "ocm_cloud_providers Data Source" | ||
subcategory: "" | ||
description: |- | ||
List of cloud providers. | ||
--- | ||
|
||
# ocm_cloud_providers (Data Source) | ||
|
||
List of cloud providers. | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- **items** (Attributes List) Items of the list. (see [below for nested schema](#nestedatt--items)) | ||
|
||
<a id="nestedatt--items"></a> | ||
### Nested Schema for `items` | ||
|
||
Read-Only: | ||
|
||
- **display_name** (String) Human friendly name of the cloud provider, for example 'AWS' or 'GCP' | ||
- **id** (String) Unique identifier of the cloud provider. This is what should be used when referencing the cloud providers from other places, for example in the 'cloud_provider' attribute of the cluster resource. | ||
- **name** (String) Short name of the cloud provider, for example 'aws' or 'gcp'. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
page_title: "ocm_identity_provider Resource" | ||
subcategory: "" | ||
description: |- | ||
Identity provider. | ||
--- | ||
|
||
# ocm_identity_provider (Resource) | ||
|
||
Identity provider. | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **cluster_id** (String) Identifier of the cluster. | ||
- **name** (String) Name of the identity provider. | ||
|
||
### Optional | ||
|
||
- **htpasswd** (Attributes) Details of the 'htpasswd' identity provider. (see [below for nested schema](#nestedatt--htpasswd)) | ||
- **ldap** (Attributes) Details of the LDAP identity provider. (see [below for nested schema](#nestedatt--ldap)) | ||
|
||
### Read-Only | ||
|
||
- **id** (String) Unique identifier of the identity provider. | ||
|
||
<a id="nestedatt--htpasswd"></a> | ||
### Nested Schema for `htpasswd` | ||
|
||
Optional: | ||
|
||
- **password** (String, Sensitive) User password. | ||
- **username** (String) User name. | ||
|
||
|
||
<a id="nestedatt--ldap"></a> | ||
### Nested Schema for `ldap` | ||
|
||
Optional: | ||
|
||
- **attributes** (Attributes) (see [below for nested schema](#nestedatt--ldap--attributes)) | ||
- **bind_dn** (String) | ||
- **bind_password** (String, Sensitive) | ||
- **ca** (String) | ||
- **insecure** (Boolean) | ||
- **url** (String) | ||
|
||
<a id="nestedatt--ldap--attributes"></a> | ||
### Nested Schema for `ldap.attributes` | ||
|
||
Optional: | ||
|
||
- **email** (List of String) | ||
- **id** (List of String) The ID of this resource. | ||
- **name** (List of String) | ||
- **preferred_username** (List of String) | ||
|
||
|