Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Dec 21, 2023
1 parent cd7a123 commit a8f6035
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,7 @@ resource "azurerm_container_app_environment" "import" {
func (r ContainerAppEnvironmentResource) complete(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
features {}
}
}
Expand Down Expand Up @@ -293,11 +290,7 @@ resource "azurerm_container_app_environment" "test" {
func (r ContainerAppEnvironmentResource) completeUpdate(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
features {}
}
%[1]s
Expand Down

0 comments on commit a8f6035

Please sign in to comment.