-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
fix: Invalid Function Arguement when passing bucket as arg #266
fix: Invalid Function Arguement when passing bucket as arg #266
Conversation
@r33drichards cool to see you are proposing a PR, is the PR still in WIP? |
yea I wanted to make sure it worked on my project before it got merged |
I got an error on one of my CI/CD pipelines for IAM stuff but I think that's an error on my end not here |
The error I mentioned above with IAM was when trying to do shared cache based on runners-default. When I used this with runners-public it works fine. Still need to run |
@r33drichards do my best to review the PR this week |
Not merged yet, will have a look what was changed causing the errors and require the cache module needs to applied fierst |
@r33drichards your PR is still on my radar, give upgrading to tf 13 (and later 14) a bit more prio |
7cc12a2
to
a9ceed6
Compare
this fix is needed for shared cache and multiple runners is it ready for release? |
* Add remarks to explain traps in the code * Format code * leave the comment, no code changes
The base branch was changed.
Waits for #614 |
see #265
Description
fixes issue where passing a cache bucket to a runner module would fail on first run with
Invalid Function Arguement
Migrations required
NO
Verification
tested with this as main.tf useing runners-public as template. only difference is ssm instead of ssh and using this branch. can't post the full repo since its private (sorry!).
Documentation
N/A