Skip to content

Commit

Permalink
Deploy Cloudfront in Prod & Int Env (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskushwaha1 authored Jun 5, 2024
1 parent c5338f1 commit ffff7dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/terraform/integration.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
environment = "integration"
common_state_bucket = "digital-identity-dev-tfstate"

#cloudfront enabled flag
cloudfront_auth_frontend_enabled = true
cloudfront_WafAcl_Logdestination = "csls_cw_logs_destination_prodpython"

frontend_auto_scaling_v2_enabled = true
frontend_task_definition_cpu = 512
frontend_task_definition_memory = 1024
Expand Down
4 changes: 4 additions & 0 deletions ci/terraform/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ environment = "production"
common_state_bucket = "digital-identity-prod-tfstate"
redis_node_size = "cache.m4.xlarge"

#cloudfront enabled flag
cloudfront_auth_frontend_enabled = true
cloudfront_WafAcl_Logdestination = "csls_cw_logs_destination_prodpython"

frontend_auto_scaling_v2_enabled = true
frontend_task_definition_cpu = 512
frontend_task_definition_memory = 1024
Expand Down

0 comments on commit ffff7dc

Please sign in to comment.