Skip to content
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

Add Example Attributes Of All Types #174

Open
tgoodsell-tempus opened this issue Sep 14, 2023 · 2 comments
Open

Add Example Attributes Of All Types #174

tgoodsell-tempus opened this issue Sep 14, 2023 · 2 comments

Comments

@tgoodsell-tempus
Copy link

The examples in this repo primarily use types.String and schema.StringAttribute.

I would be a big "nice to have" if this repo included examples for every supported attribute type from https://developer.hashicorp.com/terraform/plugin/framework/handling-data/attributes, as well as examples of block usage from https://developer.hashicorp.com/terraform/plugin/framework/handling-data/blocks.

This would be a big complement to the documentation as the articles mainly focus on an individual type in isolation, instead of a full working example of many of them.

@tgoodsell-tempus
Copy link
Author

It would also be nice for this to include "best practice" schema definitions, value retrieval / writing, and state writing for each type.

@fireflycons
Copy link

Perhaps even point us to the repos of some official providers with fairly complex schemas that are using the new plugin framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants