updating terraform
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user