Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhang3 committed Nov 7, 2024
1 parent 8f9d124 commit 48ba2ef
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,8 @@ func (r WorkspaceNetworkOutboundRuleServiceTagResource) template(data acceptance
data "azurerm_client_config" "current" {}
resource "azurerm_resource_group" "test" {
//name = "acctestRG-ml-%[1]d"
name = "rg-sfi-%[1]d"
name = "acctestRG-ml-%[1]d"
location = "%[2]s"
lifecycle {
ignore_changes = [
tags,
]
}
}
resource "azurerm_application_insights" "test" {
Expand Down

0 comments on commit 48ba2ef

Please sign in to comment.