Skip to content

Commit

Permalink
updated ssl arn + making sure CF proxy enabled by default (#39)
Browse files Browse the repository at this point in the history
* updated ssl arn + making sure CF proxy enabled by default

* reverted enabling proxy
  • Loading branch information
mfar authored Jun 5, 2024
1 parent 2bd76e8 commit ba94d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/production/env.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ locals {
//////////////////

ecs_prefix = "${local.environment}-${local.project_name}"
ssl_certificate_arn = "arn:aws:acm:us-east-1:884078395586:certificate/62f6f766-c92e-4792-a26c-2edfff49194e"
ssl_certificate_arn = "arn:aws:acm:us-east-1:884078395586:certificate/6b2b52a3-5ff1-4c43-a839-bf94d079d231"
cloudflare_zone_id = "43c53e4c8555e49c1a70efd4c949fb02" #treasure.lol
cloudflare_proxy_enabled = true
desired_count = 3
Expand Down

0 comments on commit ba94d7c

Please sign in to comment.