Skip to content

Commit

Permalink
Merge branch 'main' into docker-log-rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Oct 14, 2024
2 parents 04b5e23 + c866c46 commit 4f7f339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ module "ooniapi_cluster" {

asg_min = 2
asg_max = 6
asg_desired = 3
asg_desired = 2

instance_type = "t3.micro"
instance_type = "t3a.medium"

tags = merge(
local.tags,
Expand Down Expand Up @@ -651,4 +651,4 @@ resource "aws_route53_record" "ooniapi_frontend_cert_validation" {
resource "aws_acm_certificate_validation" "ooniapi_frontend" {
certificate_arn = aws_acm_certificate.ooniapi_frontend.arn
validation_record_fqdns = [for record in aws_route53_record.ooniapi_frontend_cert_validation : record.fqdn]
}
}

0 comments on commit 4f7f339

Please sign in to comment.