Skip to content

Commit 363ebe3

Browse files
committed
fix: hashicorp moved packer plugins
1 parent f75ac46 commit 363ebe3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

amazon-arm64-nix.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ variable "force-deregister" {
9595
packer {
9696
required_plugins {
9797
amazon = {
98-
source = "github.com/hashicorp/amazon"
98+
source = "releases.hashicorp.com/packer-plugin-amazon"
9999
version = "~> 1"
100100
}
101101
}

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.014-orioledb"
13-
postgres17: "17.4.1.071"
14-
postgres15: "15.8.1.128"
12+
postgresorioledb-17: "17.5.1.015-orioledb"
13+
postgres17: "17.4.1.072"
14+
postgres15: "15.8.1.129"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

qemu-arm64-nix.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "packer-execution-id" {
3939
packer {
4040
required_plugins {
4141
amazon = {
42-
source = "github.com/hashicorp/amazon"
42+
source = "releases.hashicorp.com/packer-plugin-amazon"
4343
version = "~> 1"
4444
}
4545
qemu = {

stage2-nix-psql.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ packer {
5555
required_plugins {
5656
amazon = {
5757
version = ">= 0.0.2"
58-
source = "github.com/hashicorp/amazon"
58+
source = "releases.hashicorp.com/packer-plugin-amazon"
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)