-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Breaking changes ahead? #14
Comments
We never recommend pinning to master. You will notice anywhere we actually embed modules we never pin to master and in our terraform-root-modules (blueprints) the same. Our examples pin to master because we have 130+ terraform modules, so we just use master to make it easy on us (CloudPosse) otherwise we forget to update it. |
Thanks. Perhaps it could be helpful to mention this on the README then, and an example using a tag. BTW, it would be Update: for others in the future, format would be |
I agree we should update our readme template to include that recommendation. |
I'll do it, can you confirm if this would be the right format? E.g. |
@wcamarao thanks! Would love your help, but it might be more work than you had expected. Unfortunately, the only scalable way to incorporate this change in a meaningful way so it percolates out to all of our modules is to add it to our upstream e.g. We should add this to the
Since we have 130+ modules, we can't easily incorporate a change like this without adding it to our template. I'll open up an issue and have someone on the team get to it (but no ETA). |
Cheers for that Erik! |
I'm sorry, but where do I find the release list? I copied |
Sweet. Thanks |
This should still be the case. If it doesn't, maybe it's related to some changes in the https://github.com/cloudposse/terraform-null-label/pulls?q=is%3Apr+is%3Aclosed |
@rtomlinson-latacora The label version needs to be updated, and this regex should be used to preserve the hyphens in the names
|
@aknysh I think we should permit hyphens in names by default. If this is not the case, then that was an oversight on our part. |
Thanks. We've opted to not use hyphens in the various attributes to avoid this issue going forward. |
@osterman I'll update |
With new AWS provider major version 2.0, should we expect breaking changes soon when using
source = "git::https://github.com/cloudposse/terraform-aws-tfstate-backend.git?ref=master"
?The text was updated successfully, but these errors were encountered: