Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 1e47a13

Browse files
authored
add container options to kubernetes resource (#622)
* add container options to kubernetes resource * update docs
1 parent 460fb08 commit 1e47a13

22 files changed

+39
-3
lines changed

docs/data-sources/azure_cloud_service_deployment_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Read-Only:
104104
- `communication_style` (String)
105105
- `connection_endpoint` (String)
106106
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--azure_cloud_service_deployment_targets--endpoint--container))
107+
- `container_options` (String)
107108
- `default_worker_pool_id` (String)
108109
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--azure_cloud_service_deployment_targets--endpoint--destination))
109110
- `dot_net_core_platform` (String)

docs/data-sources/azure_service_fabric_cluster_deployment_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Read-Only:
107107
- `communication_style` (String)
108108
- `connection_endpoint` (String)
109109
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--azure_service_fabric_cluster_deployment_targets--endpoint--container))
110+
- `container_options` (String)
110111
- `default_worker_pool_id` (String)
111112
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--azure_service_fabric_cluster_deployment_targets--endpoint--destination))
112113
- `dot_net_core_platform` (String)

docs/data-sources/azure_web_app_deployment_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Read-Only:
101101
- `communication_style` (String)
102102
- `connection_endpoint` (String)
103103
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--azure_web_app_deployment_targets--endpoint--container))
104+
- `container_options` (String)
104105
- `default_worker_pool_id` (String)
105106
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--azure_web_app_deployment_targets--endpoint--destination))
106107
- `dot_net_core_platform` (String)

docs/data-sources/cloud_region_deployment_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Read-Only:
9999
- `communication_style` (String)
100100
- `connection_endpoint` (String)
101101
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--cloud_region_deployment_targets--endpoint--container))
102+
- `container_options` (String)
102103
- `default_worker_pool_id` (String)
103104
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--cloud_region_deployment_targets--endpoint--destination))
104105
- `dot_net_core_platform` (String)

docs/data-sources/deployment_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Read-Only:
8888
- `communication_style` (String)
8989
- `connection_endpoint` (String)
9090
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--deployment_targets--endpoint--container))
91+
- `container_options` (String)
9192
- `default_worker_pool_id` (String)
9293
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--deployment_targets--endpoint--destination))
9394
- `dot_net_core_platform` (String)

docs/data-sources/kubernetes_cluster_deployment_targets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Read-Only:
5151
- `cluster_certificate_path` (String)
5252
- `cluster_url` (String)
5353
- `container` (List of Object) (see [below for nested schema](#nestedatt--kubernetes_cluster_deployment_targets--container))
54+
- `container_options` (String)
5455
- `default_worker_pool_id` (String)
5556
- `endpoint` (List of Object) (see [below for nested schema](#nestedatt--kubernetes_cluster_deployment_targets--endpoint))
5657
- `environments` (List of String) A list of environment IDs associated with this resource.
@@ -152,6 +153,7 @@ Read-Only:
152153
- `communication_style` (String)
153154
- `connection_endpoint` (String)
154155
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--kubernetes_cluster_deployment_targets--endpoint--container))
156+
- `container_options` (String)
155157
- `default_worker_pool_id` (String)
156158
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--kubernetes_cluster_deployment_targets--endpoint--destination))
157159
- `dot_net_core_platform` (String)

docs/data-sources/offline_package_drop_deployment_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Read-Only:
9999
- `communication_style` (String)
100100
- `connection_endpoint` (String)
101101
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--offline_package_drop_deployment_targets--endpoint--container))
102+
- `container_options` (String)
102103
- `default_worker_pool_id` (String)
103104
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--offline_package_drop_deployment_targets--endpoint--destination))
104105
- `dot_net_core_platform` (String)

docs/data-sources/polling_tentacle_deployment_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Read-Only:
9090
- `communication_style` (String)
9191
- `connection_endpoint` (String)
9292
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--polling_tentacle_deployment_targets--endpoint--container))
93+
- `container_options` (String)
9394
- `default_worker_pool_id` (String)
9495
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--polling_tentacle_deployment_targets--endpoint--destination))
9596
- `dot_net_core_platform` (String)

docs/data-sources/ssh_connection_deployment_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Read-Only:
9393
- `communication_style` (String)
9494
- `connection_endpoint` (String)
9595
- `container` (List of Object) (see [below for nested schema](#nestedobjatt--ssh_connection_deployment_targets--endpoint--container))
96+
- `container_options` (String)
9697
- `default_worker_pool_id` (String)
9798
- `destination` (List of Object) (see [below for nested schema](#nestedobjatt--ssh_connection_deployment_targets--endpoint--destination))
9899
- `dot_net_core_platform` (String)

docs/resources/azure_cloud_service_deployment_target.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Optional:
8787
- `cluster_url` (String)
8888
- `connection_endpoint` (String)
8989
- `container` (Block List) (see [below for nested schema](#nestedblock--endpoint--container))
90+
- `container_options` (String)
9091
- `default_worker_pool_id` (String)
9192
- `destination` (Block List) (see [below for nested schema](#nestedblock--endpoint--destination))
9293
- `dot_net_core_platform` (String)

0 commit comments

Comments
 (0)