packer: update to RHEL 8.5
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
e668ed0ac5
commit
5697b43ad6
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ source "amazon-ebs" "image_builder" {
|
||||||
secret_key = var.aws_secret_key
|
secret_key = var.aws_secret_key
|
||||||
region = var.region
|
region = var.region
|
||||||
|
|
||||||
# Use a static RHEL Cloud Access Image.
|
# Use a static RHEL 8.5 Cloud Access Image.
|
||||||
source_ami = "ami-0b0af3577fe5e3532"
|
source_ami = "ami-06f1e6f8b3457ae7c"
|
||||||
|
|
||||||
# Remove previous image before making the new one.
|
# Remove previous image before making the new one.
|
||||||
force_deregister = true
|
force_deregister = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue