Skip to content

Commit 8dc8f71

Browse files
authored
Merge pull request #4 from playfulprogramming/www-redirect
Add https prefix to redirect location
2 parents 64d718c + 4ff8614 commit 8dc8f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/playful-web/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ resource "porkbun_url_forward" "redirect" {
178178
domain = var.domain
179179
subdomain = "www"
180180
include_path = true
181-
location = var.domain
181+
location = "https://${var.domain}"
182182
type = "permanent"
183183
wildcard = false
184184
}

0 commit comments

Comments
 (0)