Skip to content

Commit

Permalink
Merge branch 'container_app_environment_custom_dns_suffix' into action
Browse files Browse the repository at this point in the history
  • Loading branch information
iambaim committed Mar 25, 2024
2 parents 98ef634 + f1028b9 commit 33c2cb6
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,17 @@ resource "azurerm_container_app_environment" "test" {
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
log_analytics_workspace_id = azurerm_log_analytics_workspace.test.id
infrastructure_subnet_id = azurerm_subnet.control.id
infrastructure_subnet_id = azurerm_subnet.control.id
internal_load_balancer_enabled = true
zone_redundancy_enabled = true
workload_profile {
maximum_count = 3
minimum_count = 0
name = "D4-01"
workload_profile_type = "D4"
}
custom_domain_certificate_blob_base64 = filebase64("testdata/testacc.pfx")
custom_domain_certificate_password = "TestAcc"
Expand Down

0 comments on commit 33c2cb6

Please sign in to comment.