Skip to content

Commit

Permalink
Merge pull request #154 from ooni/luis/ams-probe-services-port
Browse files Browse the repository at this point in the history
Changed ooniprobe service branch to test new login and register endpoint
  • Loading branch information
hellais authored Jan 16, 2025
2 parents 16a29f7 + 73d834f commit a579e76
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 @@ -250,7 +250,7 @@ data "aws_secretsmanager_secret_version" "deploy_key" {
# The aws_codestarconnections_connection resource is created in the state
# PENDING. Authentication with the connection provider must be completed in the
# AWS Console.
# See: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codestarconnections_connection
# See: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codestarconnections_connection
resource "aws_codestarconnections_connection" "oonidevops" {
name = "ooniapi"
provider_type = "GitHub"
Expand Down Expand Up @@ -312,7 +312,7 @@ module "ooniapi_ooniprobe_deployer" {

service_name = "ooniprobe"
repo = "ooni/backend"
branch_name = "master"
branch_name = "luis/ams-probe-services-port"
buildspec_path = "ooniapi/services/ooniprobe/buildspec.yml"
codestar_connection_arn = aws_codestarconnections_connection.oonidevops.arn

Expand Down

0 comments on commit a579e76

Please sign in to comment.