Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jun 26, 2024
1 parent 43afa92 commit 28c0b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ami-self-hosted-runner.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data "aws_instance" "self_hosted_runner_instance" {
instance_id = var.self_hosted_runner.id
instance_id = aws_instance.self_hosted_runner.id
depends_on = [ aws_instance.self_hosted_runner ]
}

Expand Down

0 comments on commit 28c0b71

Please sign in to comment.