Skip to content

Commit

Permalink
fix terrafmt lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Aug 7, 2023
1 parent 30525a8 commit 514bbc1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ provider "azurerm" {
%[1]s
resource "azurerm_container_app_environment" "test" {
name = "acctest-CAEnv%[2]d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
name = "acctest-CAEnv%[2]d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
%[3]s
}
`, r.template(data), data.RandomInteger, logAnalyticsWorkspace)
Expand Down

0 comments on commit 514bbc1

Please sign in to comment.