updating modules
This commit is contained in:
23
modules/container_app_environment_storage/variables.tf
Normal file
23
modules/container_app_environment_storage/variables.tf
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user