Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 12, 2024
1 parent 4ad6abe commit 5cb4952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ module "arm_rhel_image_pipeline" {
source_repo_name = "aws-image-pipeline"
project_name = "arm-rhel-image-pipeline"
environment = "dev"
source_ami = "ami-0abcdef1234567890" # Specify a base RHEL ARM AMI ID
instance_type = "t4g.micro" # Example ARM instance type
source_ami = "ami-xxx" # Need a real AMI Here
instance_type = "t4g.micro" # Figure out what instance size needed
ssh_username = "ec2-user"
playbook = "playbook.yml"
vpc_config = local.vpc_config
Expand Down

0 comments on commit 5cb4952

Please sign in to comment.