Files
2025-08-17 20:17:58 -05:00

20 lines
331 B
HCL

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
}