fix packer validate
This commit is contained in:
parent
1731692758
commit
66128a311c
@ -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/
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user