Skip to content

Commit

Permalink
fix: aws codestar connections
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Mar 20, 2024
1 parent a301822 commit 56c01f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ module "oonith_oohelperd_deployer" {
repo = "ooni/probe-cli"
branch_name = "master"
buildspec_path = "oonith/buildspec.yml"
codestar_connection_arn = aws_codestarconnections_connection.oonith.arn
codestar_connection_arn = aws_codestarconnections_connection.oonidevops.arn

codepipeline_bucket = aws_s3_bucket.oonith_codepipeline_bucket.bucket

Expand Down

0 comments on commit 56c01f0

Please sign in to comment.