modules/eventhub/variables.tf (9 lines of code) (raw):
variable "resource_group_name" {}
variable "location" {}
variable "principal_id" {}
variable "eventhub_name" {}
variable "private_endpoints_subnet_id" {}
variable "hub_vnet_id" {}
variable "tags" {
default = {}
}