Files
noahspan-terraform/modules/container_app_environment_storage/variables.tf
2025-08-23 09:22:51 -05:00

23 lines
295 B
HCL

variable "access_mode" {
type = string
}
variable "container_app_environment_id" {
type = string
}
variable "name" {
type = string
}
variable "share_name" {
type = string
}
variable "storage_account_access_key" {
type = string
}
variable "storage_account_name" {
type = string
}