comment out DOMAIN_NAME

This commit is contained in:
Daniel Roth 2026-03-11 11:39:24 +00:00
parent 05843ab462
commit 1a16139680
2 changed files with 4 additions and 4 deletions

View file

@ -91,7 +91,7 @@ module "fastapi" {
ENVIRONMENT = var.stage
API_KEY = var.api_key
SECRET_KEY = var.secret_key
DOMAIN_NAME = var.domain_name
# DOMAIN_NAME = var.domain_name
EPC_AUTH_TOKEN = var.epc_auth_token
GOOGLE_SOLAR_API_KEY = var.google_solar_api_key

View file

@ -29,9 +29,9 @@ variable "secret_key" {
sensitive = true
}
variable "domain_name" {
type = string
}
# variable "domain_name" {
# type = string
# }
variable "epc_auth_token" {
type = string