Skip to content

Commit

Permalink
feat: Switched to old apim v2 uat (#2136)
Browse files Browse the repository at this point in the history
switched to old apim v2
  • Loading branch information
mamari90 authored Jun 12, 2024
1 parent 59be67b commit fb54bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = true
apim_v2 = false
vnet_ita = false
apim_migrated = true
}
Expand Down
2 changes: 1 addition & 1 deletion src/next-core/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ is_feature_enabled = {
dns_forwarder_lb = true,
postgres_private_dns = true,
apim_core_import = true
use_new_apim = true
use_new_apim = false

}

Expand Down

0 comments on commit fb54bec

Please sign in to comment.