Skip to content

Commit

Permalink
Merge branch 'main' into AV-66756_Extract_API_error_handling
Browse files Browse the repository at this point in the history
* main:
  [AV-64820] App Services Terraform Provider Feature Branch (#84)
  [AV-67060] PP Bugs - Pass in sort by parameter  (#83)
  Bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#66)
  Bump golang.org/x/net from 0.13.0 to 0.17.0 (#51)
  • Loading branch information
matty271828 committed Nov 9, 2023
2 parents fdbfe50 + 2bbb00e commit 5032242
Show file tree
Hide file tree
Showing 32 changed files with 3,103 additions and 447 deletions.
57 changes: 57 additions & 0 deletions docs/resources/app_service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "capella_app_service Resource - terraform-provider-capella"
subcategory: ""
description: |-
---

# capella_app_service (Resource)





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

### Required

- `cluster_id` (String)
- `compute` (Attributes) (see [below for nested schema](#nestedatt--compute))
- `name` (String)
- `nodes` (Number)
- `organization_id` (String)
- `project_id` (String)

### Optional

- `cloud_provider` (String)
- `description` (String)
- `version` (String)

### Read-Only

- `audit` (Attributes) (see [below for nested schema](#nestedatt--audit))
- `current_state` (String)
- `id` (String) The ID of this resource.

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

Required:

- `cpu` (Number)
- `ram` (Number)


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

Read-Only:

- `created_at` (String)
- `created_by` (String)
- `modified_at` (String)
- `modified_by` (String)
- `version` (Number)
127 changes: 127 additions & 0 deletions docs/resources/cluster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "capella_cluster Resource - terraform-provider-capella"
subcategory: ""
description: |-
---

# capella_cluster (Resource)





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

### Required

- `availability` (Attributes) (see [below for nested schema](#nestedatt--availability))
- `cloud_provider` (Attributes) (see [below for nested schema](#nestedatt--cloud_provider))
- `name` (String)
- `organization_id` (String)
- `project_id` (String)
- `service_groups` (Attributes List) (see [below for nested schema](#nestedatt--service_groups))
- `support` (Attributes) (see [below for nested schema](#nestedatt--support))

### Optional

- `app_service_id` (String)
- `couchbase_server` (Attributes) (see [below for nested schema](#nestedatt--couchbase_server))
- `description` (String)
- `if_match` (String)

### Read-Only

- `audit` (Attributes) (see [below for nested schema](#nestedatt--audit))
- `current_state` (String)
- `etag` (String)
- `id` (String) The ID of this resource.

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

Required:

- `type` (String)


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

Required:

- `cidr` (String)
- `region` (String)
- `type` (String)


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

Required:

- `node` (Attributes) (see [below for nested schema](#nestedatt--service_groups--node))
- `num_of_nodes` (Number)
- `services` (List of String)

<a id="nestedatt--service_groups--node"></a>
### Nested Schema for `service_groups.node`

Required:

- `compute` (Attributes) (see [below for nested schema](#nestedatt--service_groups--node--compute))
- `disk` (Attributes) (see [below for nested schema](#nestedatt--service_groups--node--disk))

<a id="nestedatt--service_groups--node--compute"></a>
### Nested Schema for `service_groups.node.compute`

Required:

- `cpu` (Number)
- `ram` (Number)


<a id="nestedatt--service_groups--node--disk"></a>
### Nested Schema for `service_groups.node.disk`

Required:

- `type` (String)

Optional:

- `iops` (Number)
- `storage` (Number)




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

Required:

- `plan` (String)
- `timezone` (String)


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

Optional:

- `version` (String)


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

Read-Only:

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

0 comments on commit 5032242

Please sign in to comment.