Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Jul 26, 2024
1 parent 9ace461 commit 67c0c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ output "ssh_keys" {

output "public_ip_address" {
description = "The IP Address of the resource"
value = try(digitalocean_reserved_ip.this[0].ip_address, null)
value = try(digitalocean_reserved_ip.this[0].ip_address, null)

}

0 comments on commit 67c0c7a

Please sign in to comment.