Skip to content

Commit

Permalink
Updated AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 19, 2024
1 parent 2fe5235 commit 53313d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module "rhel-arm" {
goss_profile = "rhel-arm-base-test"
state = local.state_config
vpc_config = local.vpc_config
source_ami = "ami-0fac797136d219c79" # Updated AMI ID for RHEL 9 ARM
source_ami = "ami-014172793a1595e6c" # Updated AMI ID for RHEL 9 ARM
instance_type = "t4g.micro" # Ensure the instance type is ARM64 compatible
}

Expand Down
2 changes: 1 addition & 1 deletion modules/image-pipeline/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "amazon-ebs" "rhel" {
ami_name = "rhel-arm-{{timestamp}}"
instance_type = "t4g.micro"
region = "us-gov-west-1"
source_ami = "ami-0fac797136d219c79" # Updated AMI ID for RHEL 9 ARM
source_ami = "ami-014172793a1595e6c" # Updated AMI ID for RHEL 9 ARM
ssh_username = "ec2-user"
}

Expand Down

0 comments on commit 53313d2

Please sign in to comment.