Skip to content

Commit

Permalink
Add force_destroy attribute to connection resources (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeNeyer authored Aug 29, 2023
1 parent 20e0a8b commit 6ad9f0d
Show file tree
Hide file tree
Showing 96 changed files with 1,004 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/resources/affinity_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "polytomic_affinity_connection" "affinity" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/airtable_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "polytomic_airtable_connection" "airtable" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/amplitude_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "polytomic_amplitude_connection" "amplitude" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/api_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource "polytomic_api_connection" "example" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/asana_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "polytomic_asana_connection" "asana" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/ascend_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "polytomic_ascend_connection" "ascend" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/athena_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ resource "polytomic_athena_connection" "athena" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/azureblob_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource "polytomic_azureblob_connection" "azureblob" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/bigquery_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource "polytomic_bigquery_connection" "bigquery" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/chargebee_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "polytomic_chargebee_connection" "chargebee" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/cloudsql_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ resource "polytomic_cloudsql_connection" "cloudsql" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/cosmosdb_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "polytomic_cosmosdb_connection" "cosmosdb" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/csv_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ resource "polytomic_csv_connection" "example" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/customerio_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource "polytomic_customerio_connection" "customerio" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/databricks_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ resource "polytomic_databricks_connection" "databricks" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/delighted_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "polytomic_delighted_connection" "delighted" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/dialpad_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "polytomic_dialpad_connection" "dialpad" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/dynamodb_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource "polytomic_dynamodb_connection" "dynamodb" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/freshdesk_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "polytomic_freshdesk_connection" "freshdesk" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/fullstory_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "polytomic_fullstory_connection" "fullstory" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
1 change: 1 addition & 0 deletions docs/resources/gcs_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource "polytomic_gcs_connection" "gcs" {

### Optional

- `force_destroy` (Boolean) Indicates whether dependent models, syncs, and bulk syncs should be cascade deleted when this connection is destroy. This only deletes other resources when the connection is destroyed, not when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run before a destroy is required to update this value in the resource state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. If setting this field in the same operation that would require replacing the connection or destroying the connection, this flag will not work. Additionally when importing a connection, a successful `terraform apply` is required to set this value in state before it will take effect on a destroy operation.
- `organization` (String) Organization ID

### Read-Only
Expand Down
Loading

0 comments on commit 6ad9f0d

Please sign in to comment.