updating infrastructure container apps environment
This commit is contained in:
11
infrastructure/config/container_app_environment/main.tf
Normal file
11
infrastructure/config/container_app_environment/main.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
locals {
|
||||
name = {
|
||||
test = "noahspan-test"
|
||||
prod = "noahspan-prod"
|
||||
}
|
||||
|
||||
log_analytics_workspace_name = {
|
||||
test = "noahspan-log-analytics-workspace-test"
|
||||
prod = "noahspan-log-analytics-workspace-prod"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user