-
Notifications
You must be signed in to change notification settings - Fork 629
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
Documentation for amiFilters is wrong #4345
Comments
(here the thing I'm editing is the I disabled , applied and re-enabled and noticed:
in the terraform application the |
AH!!! It should be The docs are wrong: https://philips-labs.github.io/terraform-aws-github-runner/modules/public/ami-housekeeper/ says to use |
EDIT: this is a documentation issue, see the end.
was
Hi all - I'm not sure if this is a terraform bug, a GH runner bug or a me bug. We've been using this project for years (thank you!) and accumulating AMIs.
I turned on the cleaner (dryRun = true) and saw it wanted to delete a bunch of AMIs it didn't create (and I need), so I added a filter. But... when I add the
filters = [...]
stanza, andterraform apply
- I get:which ... makes me wonder if I'm doing something wrong! Or if somehow the filters are being dropped and thus there's no change to apply.
We're using the multi-runner. Full config here:
Thankfully the
dryRun = true
DOES work and changes the config.Any ideas what I'm doing wrong?
The text was updated successfully, but these errors were encountered: