Updating version number to 1.0.0
This commit is contained in:
@@ -39,6 +39,11 @@ locals {
|
||||
prod = "flying-prod"
|
||||
}
|
||||
|
||||
custom_domain_count = {
|
||||
test = 0
|
||||
prod = 1
|
||||
}
|
||||
|
||||
logbook_feature_flag_active = {
|
||||
test = "true"
|
||||
prod = "true"
|
||||
|
||||
@@ -30,6 +30,10 @@ output "container_app_environment_name" {
|
||||
value = local.container_app_environment_name[var.environment]
|
||||
}
|
||||
|
||||
output "custom_domain_count" {
|
||||
value = local.custom_domain_count[var.environment]
|
||||
}
|
||||
|
||||
output "logbook_feature_flag_active" {
|
||||
value = local.logbook_feature_flag_active[var.environment]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user