modules/storage/variables.tf (10 lines of code) (raw):
variable "resource_group_name" {}
variable "location" {}
variable "principal_id" {}
variable "storage_account_name" {}
variable "private_endpoints_subnet_id" {}
variable "hub_vnet_id" {}
variable "public_ip" {}
variable "tags" {
default = {}
}