fixed formatting

This commit is contained in:
asudbring
2024-02-12 14:20:49 -08:00
committed by lonegunmanb
parent 9083f1a72b
commit 095c904b90
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ terraform {
provider "azurerm" {
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
prevent_deletion_if_contains_resources = false
}
}
}