Skip to content

Commit

Permalink
🔄 Update "Building preconfigured OS images with HashiCorp Packer" (#1010
Browse files Browse the repository at this point in the history
)

Signed-off-by: Henrik Gerdes <[email protected]>
  • Loading branch information
hegerdes authored Dec 3, 2024
1 parent 758a391 commit a216095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tutorials/custom-os-images-with-packer/01.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Um ein personalisiertes, benutzerdefiniertes Image zu erstellen, benötigt Packe
source "hcloud" "base-amd64" {
image = "debian-12"
location = "nbg1"
server_type = "cx11"
server_type = "cx22"
ssh_keys = []
user_data = ""
ssh_username = "root"
Expand Down Expand Up @@ -150,7 +150,7 @@ variable "user_data_path" {
source "hcloud" "base-amd64" {
image = var.base_image
location = "nbg1"
server_type = "cx11"
server_type = "cx22"
ssh_keys = []
user_data = file(var.user_data_path)
ssh_username = "root"
Expand Down
4 changes: 2 additions & 2 deletions tutorials/custom-os-images-with-packer/01.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To create a personalized custom image, Packer needs a base form where it starts
source "hcloud" "base-amd64" {
image = "debian-12"
location = "nbg1"
server_type = "cx11"
server_type = "cx22"
ssh_keys = []
user_data = ""
ssh_username = "root"
Expand Down Expand Up @@ -150,7 +150,7 @@ variable "user_data_path" {
source "hcloud" "base-amd64" {
image = var.base_image
location = "nbg1"
server_type = "cx11"
server_type = "cx22"
ssh_keys = []
user_data = file(var.user_data_path)
ssh_username = "root"
Expand Down

0 comments on commit a216095

Please sign in to comment.