Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aristosvo committed Jan 2, 2024
1 parent 7baf354 commit 8857e97
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/docs/r/container_app_environment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 8857e97

Please sign in to comment.