Skip to content

Commit

Permalink
add www subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 3, 2024
1 parent e1a981e commit a0e2536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-incubator/home-unite-us/dev/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ locals {
vpc_id = "vpc-0bec93a4d80243845"
path_pattens = ["/*"]
subdomains = [
"www",
"qa"
]
host_names = [for subdomain in local.subdomains : "${subdomain}.${local.root_host_name}"]
Expand Down

0 comments on commit a0e2536

Please sign in to comment.