Skip to content

Commit

Permalink
[AV-86224] Generated docs for Terraform V1.3.0 (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: PaulomeeCb <[email protected]>
Co-authored-by: Rebecca Martinez <[email protected]>
Co-authored-by: Aniket Kumar <[email protected]>
  • Loading branch information
4 people authored Sep 18, 2024
1 parent d698320 commit 15d9e09
Show file tree
Hide file tree
Showing 19 changed files with 939 additions and 7 deletions.
28 changes: 28 additions & 0 deletions docs/data-sources/aws_private_endpoint_command.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "couchbase-capella_aws_private_endpoint_command Data Source - terraform-provider-couchbase-capella"
subcategory: ""
description: |-
---

# couchbase-capella_aws_private_endpoint_command (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `cluster_id` (String)
- `organization_id` (String)
- `project_id` (String)
- `subnet_ids` (Set of String)
- `vpc_id` (String)

### Read-Only

- `command` (String)
28 changes: 28 additions & 0 deletions docs/data-sources/azure_private_endpoint_command.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "couchbase-capella_azure_private_endpoint_command Data Source - terraform-provider-couchbase-capella"
subcategory: ""
description: |-
---

# couchbase-capella_azure_private_endpoint_command (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `cluster_id` (String)
- `organization_id` (String)
- `project_id` (String)
- `resource_group_name` (String)
- `virtual_network` (String)

### Read-Only

- `command` (String)
1 change: 1 addition & 0 deletions docs/data-sources/clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Read-Only:
- `audit` (Attributes) (see [below for nested schema](#nestedatt--data--audit))
- `availability` (Attributes) (see [below for nested schema](#nestedatt--data--availability))
- `cloud_provider` (Attributes) (see [below for nested schema](#nestedatt--data--cloud_provider))
- `connection_string` (String)
- `couchbase_server` (Attributes) (see [below for nested schema](#nestedatt--data--couchbase_server))
- `current_state` (String)
- `description` (String)
Expand Down
45 changes: 45 additions & 0 deletions docs/data-sources/event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "couchbase-capella_event Data Source - terraform-provider-couchbase-capella"
subcategory: ""
description: |-
---

# couchbase-capella_event (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `organization_id` (String)

### Read-Only

- `alert_key` (String)
- `app_service_id` (String)
- `app_service_name` (String)
- `cluster_id` (String)
- `cluster_name` (String)
- `id` (String) The ID of this resource.
- `image_url` (String)
- `incident_ids` (Set of String)
- `key` (String)
- `kv` (String)
- `occurrence_count` (Number)
- `project_id` (String)
- `project_name` (String)
- `request_id` (String)
- `session_id` (String)
- `severity` (String)
- `source` (String)
- `summary` (String)
- `timestamp` (String)
- `user_email` (String)
- `user_id` (String)
- `user_name` (String)
100 changes: 100 additions & 0 deletions docs/data-sources/events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "couchbase-capella_events Data Source - terraform-provider-couchbase-capella"
subcategory: ""
description: |-
---

# couchbase-capella_events (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `organization_id` (String)

### Optional

- `cluster_ids` (Set of String)
- `from` (String)
- `page` (Number)
- `per_page` (Number)
- `project_ids` (Set of String)
- `severity_levels` (Set of String)
- `sort_by` (String)
- `sort_direction` (String)
- `tags` (Set of String)
- `to` (String)
- `user_ids` (Set of String)

### Read-Only

- `cursor` (Attributes) (see [below for nested schema](#nestedatt--cursor))
- `data` (Attributes List) (see [below for nested schema](#nestedatt--data))

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

Read-Only:

- `hrefs` (Attributes) (see [below for nested schema](#nestedatt--cursor--hrefs))
- `pages` (Attributes) (see [below for nested schema](#nestedatt--cursor--pages))

<a id="nestedatt--cursor--hrefs"></a>
### Nested Schema for `cursor.hrefs`

Read-Only:

- `first` (String)
- `last` (String)
- `next` (String)
- `previous` (String)


<a id="nestedatt--cursor--pages"></a>
### Nested Schema for `cursor.pages`

Read-Only:

- `last` (Number)
- `next` (Number)
- `page` (Number)
- `per_page` (Number)
- `previous` (Number)
- `total_items` (Number)



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

Read-Only:

- `alert_key` (String)
- `app_service_id` (String)
- `app_service_name` (String)
- `cluster_id` (String)
- `cluster_name` (String)
- `id` (String)
- `image_url` (String)
- `incident_ids` (Set of String)
- `key` (String)
- `kv` (String)
- `occurrence_count` (Number)
- `project_id` (String)
- `project_name` (String)
- `request_id` (String)
- `session_id` (String)
- `severity` (String)
- `source` (String)
- `summary` (String)
- `timestamp` (String)
- `user_email` (String)
- `user_id` (String)
- `user_name` (String)
90 changes: 90 additions & 0 deletions docs/data-sources/network_peers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "couchbase-capella_network_peers Data Source - terraform-provider-couchbase-capella"
subcategory: ""
description: |-
---

# couchbase-capella_network_peers (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `cluster_id` (String)
- `organization_id` (String)
- `project_id` (String)

### Read-Only

- `data` (Attributes List) (see [below for nested schema](#nestedatt--data))

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

Read-Only:

- `audit` (Attributes) (see [below for nested schema](#nestedatt--data--audit))
- `id` (String)
- `name` (String)
- `provider_config` (Attributes) (see [below for nested schema](#nestedatt--data--provider_config))
- `status` (Attributes) (see [below for nested schema](#nestedatt--data--status))

<a id="nestedatt--data--audit"></a>
### Nested Schema for `data.audit`

Read-Only:

- `created_at` (String)
- `created_by` (String)
- `modified_at` (String)
- `modified_by` (String)
- `version` (Number)


<a id="nestedatt--data--provider_config"></a>
### Nested Schema for `data.provider_config`

Read-Only:

- `aws_config` (Attributes) (see [below for nested schema](#nestedatt--data--provider_config--aws_config))
- `gcp_config` (Attributes) (see [below for nested schema](#nestedatt--data--provider_config--gcp_config))

<a id="nestedatt--data--provider_config--aws_config"></a>
### Nested Schema for `data.provider_config.aws_config`

Read-Only:

- `account_id` (String)
- `cidr` (String)
- `provider_id` (String)
- `region` (String)
- `vpc_id` (String)


<a id="nestedatt--data--provider_config--gcp_config"></a>
### Nested Schema for `data.provider_config.gcp_config`

Read-Only:

- `cidr` (String)
- `network_name` (String)
- `project_id` (String)
- `provider_id` (String)
- `service_account` (String)



<a id="nestedatt--data--status"></a>
### Nested Schema for `data.status`

Read-Only:

- `reasoning` (String)
- `state` (String)
26 changes: 26 additions & 0 deletions docs/data-sources/private_endpoint_service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "couchbase-capella_private_endpoint_service Data Source - terraform-provider-couchbase-capella"
subcategory: ""
description: |-
---

# couchbase-capella_private_endpoint_service (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `cluster_id` (String)
- `organization_id` (String)
- `project_id` (String)

### Read-Only

- `enabled` (Boolean)
34 changes: 34 additions & 0 deletions docs/data-sources/private_endpoints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "couchbase-capella_private_endpoints Data Source - terraform-provider-couchbase-capella"
subcategory: ""
description: |-
---

# couchbase-capella_private_endpoints (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `cluster_id` (String)
- `organization_id` (String)
- `project_id` (String)

### Read-Only

- `data` (Attributes List) (see [below for nested schema](#nestedatt--data))

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

Read-Only:

- `id` (String)
- `status` (String)
Loading

0 comments on commit 15d9e09

Please sign in to comment.