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

@ -32,7 +32,7 @@ This guide outlines the process of utilizing the [HashiCorp Kubernetes provider]
node_pools = [
{
name = "example-node-pool"
machine_type = "g1.3"
machine_type = "g2i.4"
minimum = 1
maximum = 2
availability_zones = ["eu01-1"]