Skip to content

Commit

Permalink
Merge pull request #63 from appuio/fix/depricated-bootstrap
Browse files Browse the repository at this point in the history
Switch to new cloudscale.ch node flavor for bootstrap node
  • Loading branch information
glrf authored Sep 16, 2022
2 parents 064fff3 + 8ec857f commit e8ec80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "cloudscale_server" "bootstrap" {
count = var.bootstrap_count
name = "bootstrap.${local.node_name_suffix}"
zone_slug = "${var.region}1"
flavor_slug = "flex-16"
flavor_slug = "flex-16-4"
image_slug = var.image_slug
volume_size_gb = 128
interfaces {
Expand Down

0 comments on commit e8ec80c

Please sign in to comment.