From 8857e9701d89d7e4f72c1ac668ec8099aadaf849 Mon Sep 17 00:00:00 2001 From: aristosvo <8375124+aristosvo@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:31:09 +0100 Subject: [PATCH] Docs --- website/docs/r/container_app_environment.html.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/website/docs/r/container_app_environment.html.markdown b/website/docs/r/container_app_environment.html.markdown index 608042096844..94a232cd965e 100644 --- a/website/docs/r/container_app_environment.html.markdown +++ b/website/docs/r/container_app_environment.html.markdown @@ -48,6 +48,10 @@ The following arguments are supported: * `dapr_application_insights_connection_string` - (Optional) Application Insights connection string used by Dapr to export Service to Service communication telemetry. Changing this forces a new resource to be created. +* `infrastructure_resource_group_name` - (Optional) Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. Changing this forces a new resource to be created. + +~> **Note:** Only valid if a `workload_profile` is specified. If `infrastructure_subnet_id` is specified, this resource group will be created in the same subscription as `infrastructure_subnet_id`. + * `infrastructure_subnet_id` - (Optional) The existing Subnet to use for the Container Apps Control Plane. Changing this forces a new resource to be created. ~> **NOTE:** The Subnet must have a `/21` or larger address space. @@ -74,9 +78,9 @@ A `workload_profile` block supports the following: * `workload_profile_type` - (Required) Workload profile type for the workloads to run on. Possible values include `D4`, `D8`, `D16`, `D32`, `E4`, `E8`, `E16` and `E32`. -* `maximum_count` - (Optional) The maximum number of instances of workload profile that can be deployed in the Container App Environment. +* `maximum_count` - (Required) The maximum number of instances of workload profile that can be deployed in the Container App Environment. -* `minimum_count` - (Optional) The minimum number of instances of workload profile that can be deployed in the Container App Environment. +* `minimum_count` - (Required) The minimum number of instances of workload profile that can be deployed in the Container App Environment. ## Attributes Reference