Skip to content

Commit

Permalink
Switch DNS to cloudfront build & staging (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskushwaha1 authored May 7, 2024
1 parent 2f9b30b commit 002517b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/terraform/build.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ dynatrace_secret_arn = "arn:aws:secretsmanager:eu-west-2:216552277552:secret:Dyn

#cloudfront enabled flag
cloudfront_auth_frontend_enabled = true
cloudfront_auth_dns_enabled = true
3 changes: 2 additions & 1 deletion ci/terraform/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ environment = "staging"
common_state_bucket = "di-auth-staging-tfstate"
redis_node_size = "cache.m4.xlarge"


#cloudfront enabled flag
cloudfront_auth_frontend_enabled = true
cloudfront_auth_dns_enabled = true

frontend_auto_scaling_v2_enabled = true
frontend_task_definition_cpu = 1024
Expand Down

0 comments on commit 002517b

Please sign in to comment.