File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ variable "force-deregister" {
95
95
packer {
96
96
required_plugins {
97
97
amazon = {
98
- source = " github. com/hashicorp/ amazon"
98
+ source = " releases.hashicorp. com/packer-plugin- amazon"
99
99
version = " ~> 1"
100
100
}
101
101
}
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
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 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ variable "packer-execution-id" {
39
39
packer {
40
40
required_plugins {
41
41
amazon = {
42
- source = " github. com/hashicorp/ amazon"
42
+ source = " releases.hashicorp. com/packer-plugin- amazon"
43
43
version = " ~> 1"
44
44
}
45
45
qemu = {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ packer {
55
55
required_plugins {
56
56
amazon = {
57
57
version = " >= 0.0.2"
58
- source = " github. com/hashicorp/ amazon"
58
+ source = " releases.hashicorp. com/packer-plugin- amazon"
59
59
}
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments