21
quickstart/201-azfw-with-secure-hub/provider.tf
Normal file
21
quickstart/201-azfw-with-secure-hub/provider.tf
Normal file
@ -0,0 +1,21 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "~>3.0"
|
||||
}
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
version = "~>3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "azurerm" {
|
||||
features {
|
||||
virtual_machine {
|
||||
delete_os_disk_on_deletion = true
|
||||
skip_shutdown_and_force_delete = true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user