updating terraform

This commit is contained in:
2025-02-23 14:03:21 -06:00
parent fd5dcf5756
commit 335556e7fe
18 changed files with 195 additions and 399 deletions

View File

@@ -39,14 +39,23 @@ locals {
prod = "root-prod"
}
custom_domain_count = {
test = 0
prod = 1
}
log_analytics_workspace_name = {
test = "root-log-analytics-workspace-test"
prod = "root-log-analytics-workspace-prod"
}
storage_account_name = {
test = "noahspanroottest"
prod = "noahspanrootprod"
}
storage_tables = {
test = ["logs", "pilots"]
prod = ["logs", "pilots"]
}
}