-
Notifications
You must be signed in to change notification settings - Fork 170
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
Update all terraform providers #264
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.
Missing changelog entry.
2959e39
to
4cb492e
Compare
Document how to update AWS provider Add scripts/terraform-provider-update/update.sh used by the Makefile to automate provider update.
Remove region attribute since it is not required anymore on the provider definition. By default we don't write it anymore.
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.
I thik we should add a comment on the How to update terraform-provider-aws
that only people from Cycloid will be able to do that, if not open an issue asking for it, just to have it clear.
You are right. For GCP this is fine (since we don't need to fork it). But AWS&Azure they can't. Will update the docs |
Update the CONTRIBUTING.md and terraform-provider-update/update.sh regarding google.
Doc updated for aws & azurerm |
Update the aws/google provider version and write a
how to update
docCloses: #279