fix packer validate
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Robert Kaussow 2024-01-17 22:12:02 +01:00
parent 1731692758
commit 66128a311c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 1 deletions

View File

@ -19,4 +19,5 @@ steps:
- name: packer-validate - name: packer-validate
image: docker.io/hashicorp/packer image: docker.io/hashicorp/packer
commands: commands:
- packer init rocky-9/
- packer validate rocky-9/ - packer validate rocky-9/

View File

@ -2,7 +2,7 @@ packer {
required_version = ">= 1.8.3" required_version = ">= 1.8.3"
required_plugins { required_plugins {
hcloud = { hcloud = {
version = " 1.0.5" version = "1.0.5"
source = "github.com/hashicorp/hcloud" source = "github.com/hashicorp/hcloud"
} }
} }