Skip to content

Commit 8d4dc94

Browse files
chore: test deployment
1 parent 5fb9836 commit 8d4dc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/api/waf.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ provider "aws" {
66
locals {
77
cors_allowed_origins = [
88
"https://${data.terraform_remote_state.frontend.outputs.cloudfront.domain_name}",
9-
"https://dam.lqc63d-prod.nimbus.cloud.gov.bc.ca",
9+
// "https://dam.lqc63d-prod.nimbus.cloud.gov.bc.ca",
1010
"https://sitesandtrailsbc.ca",
1111
"https://beta.sitesandtrailsbc.ca"
1212
]

0 commit comments

Comments
 (0)