Skip to content

Commit

Permalink
create ami
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jun 26, 2024
1 parent 28c0b71 commit 7337076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self-hosted-runner.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "aws_key_name" {
}

resource "aws_instance" "self_hosted_runner" {
ami = "self-hosted-runner-ami"
ami = "ami-0776c814353b4814d" # change to ami-0776c814353b4814d when creating an AMI.
instance_type = "t2.xlarge"

root_block_device {
Expand Down

0 comments on commit 7337076

Please sign in to comment.