Skip to content

Commit

Permalink
fix: naming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Mar 19, 2024
1 parent 6bbbd56 commit b48576a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ module "oonith_oohelperd" {
vpc_id = module.network.vpc_id
subnet_ids = module.network.vpc_subnet[*].id

service_name = "oonhelperd"
service_name = "oohelperd"
default_docker_image_url = "ooni/oonith-oohelperd:latest"
stage = local.environment
dns_zone_ooni_io = local.dns_zone_ooni_io
Expand Down
2 changes: 1 addition & 1 deletion tf/modules/oonith_service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ variable "task_environment" {
type = map(string)
}

variable "ooniapi_service_security_groups" {
variable "oonith_service_security_groups" {
description = "the shared web security group from the ecs cluster"
type = list(string)
}
1 change: 0 additions & 1 deletion tf/modules/oonith_service_deployer/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## CodeBuild and CodePipeline for OONI TH Services

data "aws_caller_identity" "current" {}
Expand Down

0 comments on commit b48576a

Please sign in to comment.