From 2ceff8b834a68ec6348fbcae2938ac7673e06620 Mon Sep 17 00:00:00 2001 From: zentron Date: Thu, 28 Mar 2024 21:55:02 +1000 Subject: [PATCH] update docs --- docs/data-sources/azure_cloud_service_deployment_targets.md | 1 + .../azure_service_fabric_cluster_deployment_targets.md | 1 + docs/data-sources/azure_web_app_deployment_targets.md | 1 + docs/data-sources/cloud_region_deployment_targets.md | 1 + docs/data-sources/deployment_targets.md | 1 + docs/data-sources/kubernetes_cluster_deployment_targets.md | 2 ++ docs/data-sources/offline_package_drop_deployment_targets.md | 1 + docs/data-sources/polling_tentacle_deployment_targets.md | 1 + docs/data-sources/ssh_connection_deployment_targets.md | 1 + docs/resources/azure_cloud_service_deployment_target.md | 1 + .../resources/azure_service_fabric_cluster_deployment_target.md | 1 + docs/resources/azure_web_app_deployment_target.md | 1 + docs/resources/cloud_region_deployment_target.md | 1 + docs/resources/kubernetes_cluster_deployment_target.md | 2 ++ docs/resources/offline_package_drop_deployment_target.md | 1 + docs/resources/polling_tentacle_deployment_target.md | 1 + docs/resources/ssh_connection_deployment_target.md | 1 + 17 files changed, 19 insertions(+) diff --git a/docs/data-sources/azure_cloud_service_deployment_targets.md b/docs/data-sources/azure_cloud_service_deployment_targets.md index 25e99b4fa..5bd56afb8 100644 --- a/docs/data-sources/azure_cloud_service_deployment_targets.md +++ b/docs/data-sources/azure_cloud_service_deployment_targets.md @@ -104,6 +104,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--azure_cloud_service_deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--azure_cloud_service_deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/data-sources/azure_service_fabric_cluster_deployment_targets.md b/docs/data-sources/azure_service_fabric_cluster_deployment_targets.md index 266adf465..f6aedf261 100644 --- a/docs/data-sources/azure_service_fabric_cluster_deployment_targets.md +++ b/docs/data-sources/azure_service_fabric_cluster_deployment_targets.md @@ -107,6 +107,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--azure_service_fabric_cluster_deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--azure_service_fabric_cluster_deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/data-sources/azure_web_app_deployment_targets.md b/docs/data-sources/azure_web_app_deployment_targets.md index aecad7291..26a8b8a06 100644 --- a/docs/data-sources/azure_web_app_deployment_targets.md +++ b/docs/data-sources/azure_web_app_deployment_targets.md @@ -101,6 +101,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--azure_web_app_deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--azure_web_app_deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/data-sources/cloud_region_deployment_targets.md b/docs/data-sources/cloud_region_deployment_targets.md index dc9610f0b..79adef44b 100644 --- a/docs/data-sources/cloud_region_deployment_targets.md +++ b/docs/data-sources/cloud_region_deployment_targets.md @@ -99,6 +99,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--cloud_region_deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--cloud_region_deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/data-sources/deployment_targets.md b/docs/data-sources/deployment_targets.md index b9cac407b..4677decd0 100644 --- a/docs/data-sources/deployment_targets.md +++ b/docs/data-sources/deployment_targets.md @@ -88,6 +88,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/data-sources/kubernetes_cluster_deployment_targets.md b/docs/data-sources/kubernetes_cluster_deployment_targets.md index e584ccb51..4bf178018 100644 --- a/docs/data-sources/kubernetes_cluster_deployment_targets.md +++ b/docs/data-sources/kubernetes_cluster_deployment_targets.md @@ -51,6 +51,7 @@ Read-Only: - `cluster_certificate_path` (String) - `cluster_url` (String) - `container` (List of Object) (see [below for nested schema](#nestedatt--kubernetes_cluster_deployment_targets--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `endpoint` (List of Object) (see [below for nested schema](#nestedatt--kubernetes_cluster_deployment_targets--endpoint)) - `environments` (List of String) A list of environment IDs associated with this resource. @@ -152,6 +153,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--kubernetes_cluster_deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--kubernetes_cluster_deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/data-sources/offline_package_drop_deployment_targets.md b/docs/data-sources/offline_package_drop_deployment_targets.md index 2ddf0e6e1..fc01cb4ad 100644 --- a/docs/data-sources/offline_package_drop_deployment_targets.md +++ b/docs/data-sources/offline_package_drop_deployment_targets.md @@ -99,6 +99,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--offline_package_drop_deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--offline_package_drop_deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/data-sources/polling_tentacle_deployment_targets.md b/docs/data-sources/polling_tentacle_deployment_targets.md index fad2a39bc..5124fddfc 100644 --- a/docs/data-sources/polling_tentacle_deployment_targets.md +++ b/docs/data-sources/polling_tentacle_deployment_targets.md @@ -90,6 +90,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--polling_tentacle_deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--polling_tentacle_deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/data-sources/ssh_connection_deployment_targets.md b/docs/data-sources/ssh_connection_deployment_targets.md index bf9a5d85f..43e054adb 100644 --- a/docs/data-sources/ssh_connection_deployment_targets.md +++ b/docs/data-sources/ssh_connection_deployment_targets.md @@ -93,6 +93,7 @@ Read-Only: - `communication_style` (String) - `connection_endpoint` (String) - `container` (List of Object) (see [below for nested schema](#nestedobjatt--ssh_connection_deployment_targets--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (List of Object) (see [below for nested schema](#nestedobjatt--ssh_connection_deployment_targets--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/resources/azure_cloud_service_deployment_target.md b/docs/resources/azure_cloud_service_deployment_target.md index 0c3afa0db..a176b2971 100644 --- a/docs/resources/azure_cloud_service_deployment_target.md +++ b/docs/resources/azure_cloud_service_deployment_target.md @@ -87,6 +87,7 @@ Optional: - `cluster_url` (String) - `connection_endpoint` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/resources/azure_service_fabric_cluster_deployment_target.md b/docs/resources/azure_service_fabric_cluster_deployment_target.md index 75be6bdeb..0aa9d2f1e 100644 --- a/docs/resources/azure_service_fabric_cluster_deployment_target.md +++ b/docs/resources/azure_service_fabric_cluster_deployment_target.md @@ -88,6 +88,7 @@ Optional: - `cluster_url` (String) - `connection_endpoint` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/resources/azure_web_app_deployment_target.md b/docs/resources/azure_web_app_deployment_target.md index 5cd9f359c..a467af5c0 100644 --- a/docs/resources/azure_web_app_deployment_target.md +++ b/docs/resources/azure_web_app_deployment_target.md @@ -84,6 +84,7 @@ Optional: - `cluster_url` (String) - `connection_endpoint` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/resources/cloud_region_deployment_target.md b/docs/resources/cloud_region_deployment_target.md index c34613e17..009620ed2 100644 --- a/docs/resources/cloud_region_deployment_target.md +++ b/docs/resources/cloud_region_deployment_target.md @@ -78,6 +78,7 @@ Optional: - `cluster_url` (String) - `connection_endpoint` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/resources/kubernetes_cluster_deployment_target.md b/docs/resources/kubernetes_cluster_deployment_target.md index 7b2fd6c6a..7e52faee8 100644 --- a/docs/resources/kubernetes_cluster_deployment_target.md +++ b/docs/resources/kubernetes_cluster_deployment_target.md @@ -44,6 +44,7 @@ resource "octopusdeploy_kubernetes_cluster_deployment_target" "k8s-target" { - `cluster_certificate` (String) - `cluster_certificate_path` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `endpoint` (Block List) (see [below for nested schema](#nestedblock--endpoint)) - `gcp_account_authentication` (Block List, Max: 1) (see [below for nested schema](#nestedblock--gcp_account_authentication)) @@ -151,6 +152,7 @@ Optional: - `cluster_url` (String) - `connection_endpoint` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/resources/offline_package_drop_deployment_target.md b/docs/resources/offline_package_drop_deployment_target.md index ab8dfd603..97aadfddb 100644 --- a/docs/resources/offline_package_drop_deployment_target.md +++ b/docs/resources/offline_package_drop_deployment_target.md @@ -94,6 +94,7 @@ Optional: - `cluster_url` (String) - `connection_endpoint` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/resources/polling_tentacle_deployment_target.md b/docs/resources/polling_tentacle_deployment_target.md index 9e80bd9e3..9f5d2bdd6 100644 --- a/docs/resources/polling_tentacle_deployment_target.md +++ b/docs/resources/polling_tentacle_deployment_target.md @@ -84,6 +84,7 @@ Optional: - `cluster_url` (String) - `connection_endpoint` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination)) - `dot_net_core_platform` (String) diff --git a/docs/resources/ssh_connection_deployment_target.md b/docs/resources/ssh_connection_deployment_target.md index 72804bed6..e6c7b7058 100644 --- a/docs/resources/ssh_connection_deployment_target.md +++ b/docs/resources/ssh_connection_deployment_target.md @@ -86,6 +86,7 @@ Optional: - `cluster_url` (String) - `connection_endpoint` (String) - `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container)) +- `container_options` (String) - `default_worker_pool_id` (String) - `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination)) - `dot_net_core_platform` (String)