23 lines
271 B
HCL
23 lines
271 B
HCL
variable "access_mode" {
|
|
type = string
|
|
}
|
|
|
|
variable "container_app_environment_id" {
|
|
type = string
|
|
}
|
|
|
|
variable "name" {
|
|
type = string
|
|
}
|
|
|
|
variable "share_name" {
|
|
type = string
|
|
}
|
|
|
|
variable "access_key" {
|
|
type = string
|
|
}
|
|
|
|
variable "account_name" {
|
|
type = string
|
|
} |