Skip to content

Commit

Permalink
fix: make terraform functional
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Jan 8, 2025
1 parent 694399c commit 67f56c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -623,11 +623,11 @@ module "ooniapi_oonimeasurements_deployer" {

codepipeline_bucket = aws_s3_bucket.ooniapi_codepipeline_bucket.bucket

ecs_service_name = module.ooniapi_oonifindings.ecs_service_name
ecs_service_name = module.ooniapi_oonimeasurements.ecs_service_name
ecs_cluster_name = module.ooniapi_cluster.cluster_name
}

module "ooniapi_oonifindings" {
module "ooniapi_oonimeasurements" {
source = "../../modules/ooniapi_service"

task_memory = 64
Expand Down

0 comments on commit 67f56c5

Please sign in to comment.