small changes

This commit is contained in:
harry123 2025-03-26 13:13:53 +01:00 committed by GitHub
parent e9c0fef856
commit d64d2bce9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ provider "hcloud" {
resource "hcloud_server" {
name = "athena"
type = "cax11"
type = "cx32"
image = "debian-12"
datacenter = "nbg1-dc3"
}