updating modules
This commit is contained in:
20
modules/container_app_environment/variables.tf
Normal file
20
modules/container_app_environment/variables.tf
Normal file
@@ -0,0 +1,20 @@
|
||||
variable "container_app_environment_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "log_analytics_workspace_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "log_analytics_workspace_retention_in_days" {
|
||||
default = 30
|
||||
}
|
||||
|
||||
variable "log_analytics_workspace_sku" {
|
||||
default = "PerGB2018"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "resource_group_name" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user