Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Aug 1, 2024
1 parent 1a3dad3 commit a53381b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ source "amazon-ebs" "rhel" {
source_ami = "ami-03fadeeea589a106b"
ssh_username = "ec2-user"
profile = "229685449397-csvd-dev-gov.inf-admin-t2"
vpc_id = "vpc-0ce37a45e0ff40df8"
subnet_id = "subnet-0a33be151456808bd"

tags = {
"Name" = "rhel-image-pipeline-demo-instance"
"Project" = "rhel-image-pipeline-demo"
}
}

build {
Expand Down
4 changes: 2 additions & 2 deletions vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "aws_vpc" "main" {
enable_dns_hostnames = true

tags = {
Name = "main-vpc"
Name = "rhel-pipeline-main-vpc"
}
}

Expand All @@ -16,6 +16,6 @@ resource "aws_subnet" "main" {
availability_zone = "us-gov-west-1a"

tags = {
Name = "main-subnet"
Name = "rhel-pipeline-main-subnet"
}
}

0 comments on commit a53381b

Please sign in to comment.