Skip to content

Commit

Permalink
endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Apr 25, 2024
1 parent 4a14cf8 commit 2a3a5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/domains/environment_domains/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ module "domains_2" {
domains = each.value.domains
environment = each.value.environment_short
host_name = each.value.origin_hostname
add_to_endpoint_host_name = module.domains["apex"].endpoint_host_name
add_to_endpoint_id = module.domains["apex"].endpoint_id
add_to_endpoint_host_name = module.domains[keys(var.hosted_zone)[0]].endpoint_host_name
add_to_endpoint_id = module.domains[keys(var.hosted_zone)[0]].endpoint_id
}

0 comments on commit 2a3a5f0

Please sign in to comment.