Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
iambaim committed Mar 22, 2024
1 parent acda57a commit 69042b9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -431,6 +431,11 @@ resource "azurerm_container_app_environment" "test" {
custom_domain_certificate_password = "TestAcc"
custom_domain_dns_suffix = "acceptancetest.contoso.com"
workload_profile {
name = "Consumption"
workload_profile_type = "Consumption"
}
tags = {
Foo = "Bar"
secret = "sauce"

0 comments on commit 69042b9

Please sign in to comment.