File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ module "frontend" {
231231
232232 # Custom domain configuration
233233 domain_name = var. use_custom_domain ? var. frontend_domain : " "
234- domain_prefix = " " # Empty since we're using the full domain (qa. finishlinebyner.com)
234+ domain_prefix = " " # Empty since we're using the full domain (finishlinebyner.com)
235235
236236 # Additional environment variables for frontend build
237237 additional_environment_variables = {
Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ variable "hosted_zone_name" {
127127variable "frontend_domain" {
128128 description = " Custom domain for frontend"
129129 type = string
130- default = " qa. finishlinebyner.com"
130+ default = " finishlinebyner.com"
131131}
132132
133133variable "backend_domain" {
134134 description = " Custom domain for backend"
135135 type = string
136- default = " api-qa. finishlinebyner.com"
136+ default = " api-finishlinebyner.com"
137137}
138138
139139# Legacy variable - kept for backwards compatibility
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ variable "hosted_zone_name" {
1616}
1717
1818variable "frontend_domain" {
19- description = " Frontend domain name (e.g., qa. finishlinebyner.com)"
19+ description = " Frontend domain name (e.g., finishlinebyner.com)"
2020 type = string
2121}
2222
2323variable "backend_domain" {
24- description = " Backend domain name (e.g., api-qa. finishlinebyner.com)"
24+ description = " Backend domain name (e.g., api-finishlinebyner.com)"
2525 type = string
2626}
2727
You can’t perform that action at this time.
0 commit comments