adding azfw quickstarts
This commit is contained in:
16
quickstart/201-azfw-with-secure-hub/provider.tf
Normal file
16
quickstart/201-azfw-with-secure-hub/provider.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "3.69.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "azurerm" {
|
||||
features {
|
||||
resource_group {
|
||||
prevent_deletion_if_contains_resources = false // Set to True for Production
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user