updating modules

This commit is contained in:
2025-08-17 20:17:58 -05:00
parent 3db19589f7
commit 821f8e9eb8
11 changed files with 191 additions and 178 deletions

View 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
}