Skip to content

Commit

Permalink
Merge pull request #40 from NandosUK/NAP-275/domain-mapping
Browse files Browse the repository at this point in the history
NAP-275/domain mapping
  • Loading branch information
faizando authored Aug 17, 2021
2 parents d1ad89d + d603c79 commit 2810720
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 @@ -131,6 +131,6 @@ module "cloudbuild_for_publishing" {
include = ["event_handler/**"]
substitutions = {
_FOURKEYS_GCR_DOMAIN : "${var.google_region}-docker.pkg.dev"
_FOURKEYS_REGION : var.google_region
_FOURKEYS_REGION : length(var.mapped_domain) > 0 ? var.google_domain_mapping_region : var.google_region
}
}

0 comments on commit 2810720

Please sign in to comment.