Skip to content

Commit

Permalink
Set first_run on oonifindings service
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 13, 2024
1 parent 3998063 commit 85b3e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ module "ooniapi_oonifindings_deployer" {
module "ooniapi_oonifindings" {
source = "../../modules/ooniapi_service"

first_run = true
vpc_id = module.network.vpc_id
public_subnet_ids = module.network.vpc_subnet_public[*].id
private_subnet_ids = module.network.vpc_subnet_private[*].id
Expand Down

0 comments on commit 85b3e27

Please sign in to comment.