example/prevent_destroy/variables.tf (
8
lines of code) (
raw
):
variable "location" { type = string default = "westus" } variable "vnet_location" { type = string default = "eastus" }