Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/using_loadbalancer_with_observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This guide explains how to configure the STACKIT Loadbalancer product to send me
boot_volume = {
size = 64
source_type = "image"
source_id = "59838a89-51b1-4892-b57f-b3caf598ee2f" // Ubuntu 24.04
source_id = "7b10e105-295b-4369-b6e0-567ec940a02b" // Ubuntu 24.04
}
availability_zone = "eu01-1"
machine_type = "g2i.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "stackit_server" "boot-from-image" {
boot_volume = {
size = 64
source_type = "image"
source_id = "59838a89-51b1-4892-b57f-b3caf598ee2f" // Ubuntu 24.04
source_id = "7b10e105-295b-4369-b6e0-567ec940a02b" // Ubuntu 24.04
}
availability_zone = "xxxx-x"
machine_type = "g2i.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ resource "stackit_server" "example" {
boot_volume = {
size = 64
source_type = "image"
source_id = "59838a89-51b1-4892-b57f-b3caf598ee2f" // Ubuntu 24.04
source_id = "7b10e105-295b-4369-b6e0-567ec940a02b" // Ubuntu 24.04
Comment thread
Fyusel marked this conversation as resolved.
}
availability_zone = "xxxx-x"
machine_type = "g2i.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/stackit_loadbalancer/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "stackit_server" "boot-from-image" {
boot_volume = {
size = 64
source_type = "image"
source_id = "59838a89-51b1-4892-b57f-b3caf598ee2f" // Ubuntu 24.04
source_id = "7b10e105-295b-4369-b6e0-567ec940a02b" // Ubuntu 24.04
}
availability_zone = "xxxx-x"
machine_type = "g2i.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/stackit_server/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "stackit_server" "example" {
boot_volume = {
size = 64
source_type = "image"
source_id = "59838a89-51b1-4892-b57f-b3caf598ee2f" // Ubuntu 24.04
source_id = "7b10e105-295b-4369-b6e0-567ec940a02b" // Ubuntu 24.04
}
availability_zone = "xxxx-x"
machine_type = "g2i.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This guide explains how to configure the STACKIT Loadbalancer product to send me
boot_volume = {
size = 64
source_type = "image"
source_id = "59838a89-51b1-4892-b57f-b3caf598ee2f" // Ubuntu 24.04
source_id = "7b10e105-295b-4369-b6e0-567ec940a02b" // Ubuntu 24.04
}
availability_zone = "eu01-1"
machine_type = "g2i.1"
Expand Down
Loading