Skip to content

Commit

Permalink
fix: more eof errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Dec 11, 2024
1 parent 3b7deeb commit d2925ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tf/modules/ec2/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ output "aws_instance_id" {

output "aws_instance_public_dns" {
value = aws_instance.ooni_ec2.public_dns
}
}
2 changes: 1 addition & 1 deletion tf/modules/ec2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ variable "egress_rules" {

variable "tg_prefix" {
description = "target group prefix. Will be prefixed with `oo`, example: bkprx -> oobkprx"
}
}

0 comments on commit d2925ce

Please sign in to comment.