Skip to content

Commit 4b9df23

Browse files
committed
add www to vrms
1 parent 7a1de4b commit 4b9df23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

terraform/projects/vrms/environment-prod.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module "backend_prod_service" {
5151
]
5252

5353
hostname = "vrms.io"
54+
additional_host_urls = ["www.vrms.io"]
5455
path = "/api/*"
5556
health_check_path = "/api/healthcheck"
5657

@@ -78,6 +79,7 @@ module "frontend_prod_service" {
7879
]
7980

8081
hostname = "vrms.io"
82+
additional_host_urls = ["www.vrms.io"]
8183

8284
path = "/*"
8385

0 commit comments

Comments
 (0)