Skip to content

Commit 34c562c

Browse files
authored
fix: remove backup_metadata_region to avoid clash with primary_metadata_region (#302)
1 parent 62da5eb commit 34c562c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/instances/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ locals {
7272
metrics_router_settings = {
7373
default_targets = []
7474
primary_metadata_region = var.region
75-
backup_metadata_region = "eu-de"
75+
backup_metadata_region = null
7676
permitted_target_regions = []
7777
private_api_endpoint_only = false
7878
}

0 commit comments

Comments
 (0)