|
| 1 | +--- |
| 2 | +# generated by https://github.com/hashicorp/terraform-plugin-docs |
| 3 | +page_title: "plural_cloud_connection Resource - terraform-provider-plural" |
| 4 | +subcategory: "" |
| 5 | +description: |- |
| 6 | + A cloud connection resource for connecting cloud provider accounts. |
| 7 | +--- |
| 8 | + |
| 9 | +# plural_cloud_connection (Resource) |
| 10 | + |
| 11 | +A cloud connection resource for connecting cloud provider accounts. |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<!-- schema generated by tfplugindocs --> |
| 16 | +## Schema |
| 17 | + |
| 18 | +### Required |
| 19 | + |
| 20 | +- `cloud_provider` (String) Cloud provider type (AWS, GCP, etc). |
| 21 | +- `configuration` (Attributes) Cloud provider configuration block. (see [below for nested schema](#nestedatt--configuration)) |
| 22 | +- `name` (String) Name of this cloud connection. |
| 23 | + |
| 24 | +### Optional |
| 25 | + |
| 26 | +- `read_bindings` (Attributes Set) (see [below for nested schema](#nestedatt--read_bindings)) |
| 27 | + |
| 28 | +### Read-Only |
| 29 | + |
| 30 | +- `id` (String) Internal identifier of this cloud connection. |
| 31 | + |
| 32 | +<a id="nestedatt--configuration"></a> |
| 33 | +### Nested Schema for `configuration` |
| 34 | + |
| 35 | +Optional: |
| 36 | + |
| 37 | +- `aws` (Object) AWS-specific configuration. (see [below for nested schema](#nestedatt--configuration--aws)) |
| 38 | +- `azure` (Object) Azure-specific configuration. (see [below for nested schema](#nestedatt--configuration--azure)) |
| 39 | +- `gcp` (Object) GCP-specific configuration. (see [below for nested schema](#nestedatt--configuration--gcp)) |
| 40 | + |
| 41 | +<a id="nestedatt--configuration--aws"></a> |
| 42 | +### Nested Schema for `configuration.aws` |
| 43 | + |
| 44 | +Required: |
| 45 | + |
| 46 | +- `access_key_id` (String) |
| 47 | +- `region` (String) |
| 48 | +- `secret_access_key` (String) |
| 49 | + |
| 50 | + |
| 51 | +<a id="nestedatt--configuration--azure"></a> |
| 52 | +### Nested Schema for `configuration.azure` |
| 53 | + |
| 54 | +Required: |
| 55 | + |
| 56 | +- `client_id` (String) |
| 57 | +- `client_secret` (String) |
| 58 | +- `subscription_id` (String) |
| 59 | +- `tenant_id` (String) |
| 60 | + |
| 61 | + |
| 62 | +<a id="nestedatt--configuration--gcp"></a> |
| 63 | +### Nested Schema for `configuration.gcp` |
| 64 | + |
| 65 | +Required: |
| 66 | + |
| 67 | +- `project_id` (String) |
| 68 | +- `service_account_key` (String) |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +<a id="nestedatt--read_bindings"></a> |
| 73 | +### Nested Schema for `read_bindings` |
| 74 | + |
| 75 | +Optional: |
| 76 | + |
| 77 | +- `group_id` (String) |
| 78 | +- `id` (String) |
| 79 | +- `user_id` (String) |
0 commit comments