We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb9836 commit 8d4dc94Copy full SHA for 8d4dc94
infrastructure/api/waf.tf
@@ -6,7 +6,7 @@ provider "aws" {
6
locals {
7
cors_allowed_origins = [
8
"https://${data.terraform_remote_state.frontend.outputs.cloudfront.domain_name}",
9
- "https://dam.lqc63d-prod.nimbus.cloud.gov.bc.ca",
+ // "https://dam.lqc63d-prod.nimbus.cloud.gov.bc.ca",
10
"https://sitesandtrailsbc.ca",
11
"https://beta.sitesandtrailsbc.ca"
12
]
0 commit comments