Skip to content

Commit

Permalink
Merge pull request #112 from NandosUK/feature/nap-371-event-handler-s…
Browse files Browse the repository at this point in the history
…ecret-location

The secret is accessible across regions, so it can remain in the comm…
  • Loading branch information
chris-bridgett-nandos authored Mar 3, 2022
2 parents 1d4f3d6 + 495ae60 commit e830e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/terraform/resource_event_handler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ resource "google_secret_manager_secret" "event_handler" {
replication {
user_managed {
replicas {
location = length(var.mapped_domain) > 0 ? var.google_domain_mapping_region : var.google_region
location = var.google_region
}
}
}
Expand Down

0 comments on commit e830e28

Please sign in to comment.