Files
DetectionLab/Azure/Terraform/modules/exchange/variables.tf
2021-05-08 15:13:05 -07:00

11 lines
131 B
HCL

variable "resource_group_name" {
type = string
}
variable "region" {
type = string
}
variable "subnet_id" {
type = string
}