Skip to content

Commit

Permalink
feat: Switched to new apim (#2115)
Browse files Browse the repository at this point in the history
switched to new apim
  • Loading branch information
mamari90 authored Jun 6, 2024
1 parent 48b4d44 commit 9d12f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tags = {
# Feature flag
#
enabled_features = {
apim_v2 = false
apim_v2 = true
vnet_ita = false
}

Expand All @@ -27,7 +27,7 @@ lock_enable = true
# monitoring
law_sku = "PerGB2018"
law_retention_in_days = 30
law_daily_quota_gb = 10
law_daily_quota_gb = 30

# networking
# main vnet
Expand Down
1 change: 1 addition & 0 deletions src/next-core/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ is_feature_enabled = {
dns_forwarder_lb = true,
postgres_private_dns = true,
apim_core_import = false
use_new_apim = true

}

Expand Down

0 comments on commit 9d12f1a

Please sign in to comment.