-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
132: add transition_to_archive #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jgournet this looks good. I'm not sure why the originaly implementor chose to do these types of vars as a list(string)
, but I can see that you're just copying their pattern so I can't fault you for that!
Please run a tf fmt and then also run our Makefile automation so that we can regenerate the README. Please run the following locally and commit + push the result:
make init
make readme
Thanks!
This Pull Request has been updated, so we're dismissing all reviews.
Done: ran terraform fmt, make init and make readme Also: the automated tests fail to startup with this error:
Am I meant to do something about it ? |
/terratest |
Aha we're still hitting a formatting issue, but it's in examples/complete. Can you run |
Pushed the format for examples/complete - thanks for the guidance (and sorry for the time this is taking) |
/terratest |
@jgournet we're getting the following error:
This is likely due to an issue with the wrong provider version. Can you check in on the provider version where this argument was introduced and update our version pinnings to enforce that we're using that version? Be sure to run make init / readme following you changes as that will create changes in the README. Thanks! |
/terratest |
@jgournet failure in the examples/complete again:
Sorry, but mind looking into that? |
/terratest |
checking this one |
That seems like a legit error, but it'd be a painful thing to check prior to runtime @jgournet. Mind changing the examples thoughtput mode and we'll get the tests passing that way? |
@Gowiem : I actually removed (with comment) the "transition_to_archive" from the complete example. |
No your change was fine @jgournet -- Let's see if they pass this time around 👍 |
/terratest |
/terratest |
@jgournet our release workflow for this repo is breaking for some reason... apologies, but the release to the registry will be delayed while we get that sorted out. I'll try to circle back when fixed. Thanks for the hard work on this PR and the back and forth to get it over the line! |
Thank you for your help and patience; and guidance !! really appreciated |
Hello @Gowiem , I hope you are doing fine, Is there any progress in fixing the release workflow? the variable transition_to_archive not exist on v1.1.0 and I was wondering when I could use this feature. Thank you. |
@aballesta thanks for the ping. I'll try to look into this when I get the chance. It has been a while for sure so thanks for the patience. I'll try to follow up shortly! |
what
Add transition_to_archive, same as transition_to_ia
Also add 180, 270 and 365 days options
why
See #132
references
closes #132