Skip to content

Commit

Permalink
azurerm_spring_cloud_container_deployment, `azurerm_spring_cloud_bu…
Browse files Browse the repository at this point in the history
…ild_deployment` - fix tests (#24366)
  • Loading branch information
ms-henglu authored Jan 2, 2024
1 parent 3fef6ea commit c96d141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ func (SpringCloudBuildDeploymentResource) template(data acceptance.TestData) str
return fmt.Sprintf(`
provider "azurerm" {
features {
application_insights {
disable_generated_rule = true
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ func (SpringCloudContainerDeploymentResource) template(data acceptance.TestData)
return fmt.Sprintf(`
provider "azurerm" {
features {
application_insights {
disable_generated_rule = true
resource_group {
prevent_deletion_if_contains_resources = false
}
}
}
Expand Down

0 comments on commit c96d141

Please sign in to comment.