We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}"
The text was updated successfully, but these errors were encountered:
Would you have time to make a fix?
Sorry, something went wrong.
fix: Incorrect syncer binary location in tf outputs (philips-labs#4137)
f3bc972
The output location for syncer binary was not declared correctly in tf outputs. Fixes: philips-labs#4137
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: