Skip to content

Commit

Permalink
Merge pull request #20 from small-hack/cloudymax-patch-1
Browse files Browse the repository at this point in the history
fix name conflict
  • Loading branch information
cloudymax authored Aug 16, 2023
2 parents e195dcf + 98a522b commit 2fb4966
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 2fb4966

Please sign in to comment.