Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled Taha committed Apr 10, 2023
1 parent 9d8dead commit 2b39628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/envs/prod/khaled2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "aws_security_group" "web-sg2" {
}

output "web-address" {
value = "${aws_instance.web.public_dns}:8080"
value = "${aws_instance.web2.public_dns}:8080"
}


0 comments on commit 2b39628

Please sign in to comment.