-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
364 changed files
with
2,323 additions
and
47,052 deletions.
There are no files selected for viewing
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
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
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,54 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "konnect_cloud_gateway_provider_account_list Data Source - terraform-provider-konnect" | ||
subcategory: "" | ||
description: |- | ||
CloudGatewayProviderAccountList DataSource | ||
--- | ||
|
||
# konnect_cloud_gateway_provider_account_list (Data Source) | ||
|
||
CloudGatewayProviderAccountList DataSource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `page_number` (Number) Determines which page of the entities to retrieve. | ||
- `page_size` (Number) The maximum number of items to include per page. The last page of a collection may include fewer items. | ||
|
||
### Read-Only | ||
|
||
- `data` (Attributes List) (see [below for nested schema](#nestedatt--data)) | ||
- `meta` (Attributes) returns the pagination information (see [below for nested schema](#nestedatt--meta)) | ||
|
||
<a id="nestedatt--data"></a> | ||
### Nested Schema for `data` | ||
|
||
Read-Only: | ||
|
||
- `created_at` (String) An RFC-3339 timestamp representation of provider account creation date. | ||
- `id` (String) | ||
- `provider` (String) Name of cloud provider. must be one of ["aws"] | ||
- `provider_account_id` (String) ID of the cloud provider account. | ||
- `updated_at` (String) An RFC-3339 timestamp representation of provider account update date. | ||
|
||
|
||
<a id="nestedatt--meta"></a> | ||
### Nested Schema for `meta` | ||
|
||
Read-Only: | ||
|
||
- `page` (Attributes) Contains pagination query parameters and the total number of objects returned. (see [below for nested schema](#nestedatt--meta--page)) | ||
|
||
<a id="nestedatt--meta--page"></a> | ||
### Nested Schema for `meta.page` | ||
|
||
Read-Only: | ||
|
||
- `number` (Number) | ||
- `size` (Number) | ||
- `total` (Number) |
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,81 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "konnect_portal_list Data Source - terraform-provider-konnect" | ||
subcategory: "" | ||
description: |- | ||
PortalList DataSource | ||
--- | ||
|
||
# konnect_portal_list (Data Source) | ||
|
||
PortalList DataSource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `page_number` (Number) Determines which page of the entities to retrieve. | ||
- `page_size` (Number) The maximum number of items to include per page. The last page of a collection may include fewer items. | ||
- `sort` (String) Sorts a collection of portals. Supported sort attributes are: | ||
- name | ||
- description | ||
- is_public | ||
- rbac_enabled | ||
- auto_approve_applications | ||
- auto_approve_developers | ||
- default_domain | ||
- custom_domain | ||
- custom_client_domain | ||
- created_at | ||
- updated_at | ||
|
||
### Read-Only | ||
|
||
- `data` (Attributes List) (see [below for nested schema](#nestedatt--data)) | ||
- `meta` (Attributes) returns the pagination information (see [below for nested schema](#nestedatt--meta)) | ||
|
||
<a id="nestedatt--data"></a> | ||
### Nested Schema for `data` | ||
|
||
Read-Only: | ||
|
||
- `application_count` (Number) Number of applications created in the portal. | ||
- `auto_approve_applications` (Boolean) Whether the requests from applications to register for products will be automatically approved, or if they will be set to pending until approved by an admin. | ||
- `auto_approve_developers` (Boolean) Whether the developer account registrations will be automatically approved, or if they will be set to pending until approved by an admin. | ||
- `created_at` (String) An ISO-8601 timestamp representation of entity creation date. | ||
- `custom_client_domain` (String) The custom domain to access a self-hosted customized developer portal client. If this is set, the Konnect-hosted portal client will no longer be available. `custom_domain` must be also set for this value to be set. See https://github.com/Kong/konnect-portal for information on how to get started deploying and customizing your own Konnect portal. | ||
- `custom_domain` (String) The custom domain to access the developer portal. A CNAME for the portal's default domain must be able to be set for the custom domain for it to be valid. After setting a valid CNAME, an SSL/TLS certificate will be automatically manged for the custom domain, and traffic will be able to use the custom domain to route to the portal's web client and API. | ||
- `default_application_auth_strategy_id` (String) Default strategy ID applied on applications for the portal | ||
- `default_domain` (String) The domain assigned to the portal by Konnect. This is the default place to access the portal and its API if not using a `custom_domain``. | ||
- `description` (String) The description of the portal. | ||
- `developer_count` (Number) Number of developers using the portal. | ||
- `display_name` (String) The display name of the portal. This value will be the portal's `name` in Portal API. | ||
- `id` (String) Contains a unique identifier used for this resource. | ||
- `is_public` (Boolean) Whether the portal catalog can be accessed publicly without any developer authentication. Developer accounts and applications cannot be created if the portal is public. | ||
- `labels` (Map of String) Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. | ||
|
||
Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_". | ||
- `name` (String) The name of the portal, used to distinguish it from other portals. Name must be unique. | ||
- `published_product_count` (Number) Number of api products published to the portal | ||
- `rbac_enabled` (Boolean) Whether the portal resources are protected by Role Based Access Control (RBAC). If enabled, developers view or register for products until unless assigned to teams with access to view and consume specific products. | ||
- `updated_at` (String) An ISO-8601 timestamp representation of entity update date. | ||
|
||
|
||
<a id="nestedatt--meta"></a> | ||
### Nested Schema for `meta` | ||
|
||
Read-Only: | ||
|
||
- `page` (Attributes) Contains pagination query parameters and the total number of objects returned. (see [below for nested schema](#nestedatt--meta--page)) | ||
|
||
<a id="nestedatt--meta--page"></a> | ||
### Nested Schema for `meta.page` | ||
|
||
Read-Only: | ||
|
||
- `number` (Number) | ||
- `size` (Number) | ||
- `total` (Number) |
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
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
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
Oops, something went wrong.