Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Aug 16, 2023
1 parent e195dcf commit 98a522b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ output "control_plane_ipv4_address" {
}

resource "hcloud_server" "monitoring" {
name = "vpn"
name = "monitoring"
server_type = "cx31"
image = "ubuntu-22.04"
location = "nbg1"
Expand Down

0 comments on commit 98a522b

Please sign in to comment.