Fixing certs that get attached to the LB

This commit is contained in:
shockrah 2023-10-06 00:08:14 -07:00
parent a83debde34
commit 82f34d03cd

View File

@ -3,9 +3,10 @@ locals {
repos = [ repos = [
"reverse-proxy", "reverse-proxy",
] ]
buckets = [ domains = [
"shockrah.xyz", "shockrah.xyz",
"resume.shockrah.xyz" "project-athens.xyz",
"temper.tv"
] ]
nginx_name = "${var.athens_prefix}-nginx-static-content" nginx_name = "${var.athens_prefix}-nginx-static-content"
nginx_hp_check_interval = 300 nginx_hp_check_interval = 300