Files
qmi-cloud-tf-modules/databases/azure-eventhub/variables.tf
Manuel Romero 250a9ab085 Az event hub
2021-12-14 12:38:04 +01:00

20 lines
225 B
HCL

variable "resource_group_name" {
type = string
}
variable "provision_id" {
type = string
}
variable "subnet_id" {
}
variable "location" {
type = string
default = "EAST US"
}
variable "user_id" {
type = string
}