Skip to content

Commit

Permalink
fixing cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jul 12, 2024
1 parent 2354cf4 commit 541fd22
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
32 changes: 16 additions & 16 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,20 +185,6 @@ module "windows" {
instance_type = "t2.xlarge"
}

# Rhel pipeline testing - Braxton
module "arm_rhel_image_pipeline" {
source = "./packer"
source_repo_name = "aws-image-pipeline"
project_name = "arm-rhel-image-pipeline"
environment = "dev"
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
state_config = local.state_config
}

output iam_arn {
value = module.main.iam_arn
}
Expand Down

0 comments on commit 541fd22

Please sign in to comment.