Skip to content

Commit

Permalink
Change stun server IP output key
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Sep 26, 2024
1 parent d9220ed commit 6034c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stun_server/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "stun_server_ip" {
output "ip" {
description = "The public IP address of the stun server"
value = {
"us-east-1" = module.us_east_1.stun_server_ip
Expand Down

0 comments on commit 6034c27

Please sign in to comment.