-
Notifications
You must be signed in to change notification settings - Fork 0
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 to terraform-plugin-framework 0.12 and fix import order #6
Update to terraform-plugin-framework 0.12 and fix import order #6
Conversation
@pascal-hofmann , does it make sense to eliminate provider? It can be a placeholder for other info that we don't use at the moment but still can be handy at some point (e.g. provider version information, that is also mentioned at some examples). It looks like as an optimisation change that has a big chance to be reverted at some point. And the benefit of the removal is (IMO) not so significant. |
If we need more information we can always introduce a I try to avoid unneeded abstractions and layers, because they make reasoning about the code harder. With the great tooling and tests available, this will be quick to add once needed. For now I think we should stick to the simple implementation introduced with this PR, which is aligned with the examples from:
|
@dimuon Give me a shout if you want me to rebase https://github.com/dimuon/terraform-provider-ec/tree/feature/530/ec-deployment once this is merged. |
if it were a circular dependency it won't compile I guess :). Also the first link mention both approaches (provider and client). |
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.
LGTM
@pascal-hofmann thank you for the help, mate! |
…ork-0.12 Update to terraform-plugin-framework 0.12 and fix import order
Update to terraform-plugin-framework 0.12 and fix import order.
Description
Related Issues
Motivation and Context
How Has This Been Tested?
Types of Changes
Readiness Checklist