chore(iaas): remove deprecated machine flavors (#966)

This commit is contained in:
Mauritz Uphoff 2025-08-26 15:06:03 +02:00 committed by GitHub
parent 9c319584a5
commit 64787fff67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 37 additions and 38 deletions

View file

@ -40,7 +40,7 @@ resource "stackit_server" "boot-from-image" {
source_id = "59838a89-51b1-4892-b57f-b3caf598ee2f" // Ubuntu 24.04
}
availability_zone = "xxxx-x"
machine_type = "g1.1"
machine_type = "g2i.1"
keypair_name = stackit_key_pair.keypair.name
network_interfaces = [
stackit_network_interface.nic.network_interface_id

View file

@ -7,7 +7,7 @@ resource "stackit_server" "example" {
source_id = "59838a89-51b1-4892-b57f-b3caf598ee2f" // Ubuntu 24.04
}
availability_zone = "xxxx-x"
machine_type = "g1.1"
machine_type = "g2i.1"
network_interfaces = [
stackit_network_interface.example.network_interface_id
]