Skip to content

Commit

Permalink
Enabling system status page in prod (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Jan 9, 2024
1 parent 0f2f166 commit ed4dc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions env/dev/system_status_static_site/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ include {
inputs = {
env = "dev"
billing_tag_value = "notification-canada-ca-dev"
status_cert_created = true
}
1 change: 1 addition & 0 deletions env/production/system_status_static_site/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include {
inputs = {
env = "production"
billing_tag_value = "notification-canada-ca-production"
status_cert_created = true
}

terraform {
Expand Down

0 comments on commit ed4dc94

Please sign in to comment.