Skip to content
New issue

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

Output for syncer binary location is incorrect #4137

Open
driskell opened this issue Sep 17, 2024 · 1 comment · May be fixed by #4274
Open

Output for syncer binary location is incorrect #4137

driskell opened this issue Sep 17, 2024 · 1 comment · May be fixed by #4274
Labels
bug Something isn't working support

Comments

@driskell
Copy link

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}"
@npalm
Copy link
Member

npalm commented Oct 2, 2024

Would you have time to make a fix?

@stuartp44 stuartp44 added bug Something isn't working support labels Oct 3, 2024
winwinashwin added a commit to winwinashwin/terraform-aws-github-runner that referenced this issue Nov 20, 2024
The output location for syncer binary was not declared correctly in tf
outputs.

Fixes: philips-labs#4137
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants