terraform-aws-github-runner
terraform-aws-github-runner copied to clipboard
Output for syncer binary location is incorrect
https://github.com/philips-labs/terraform-aws-github-runner/blob/v5.10.4/outputs.tf#L28
It appears to have a variable that doesn't exist but it is also a literal not a variable. I think it is meaning:
location = "s3://${module.runner_binaries[0].bucket.id}/${module.runner_binaries[0].runner_distribution_object_key}"