-
Notifications
You must be signed in to change notification settings - Fork 0
Provider Review #47
Comments
@bill-rich Greetings. I agree with all points, will fix them shortly. |
@bill-rich I created PRs to address all points except removing “resell” prefix from resource names. You can check all open PRs, they’re waiting to be reviewed by you. |
@bill-rich after discussing removal of the We have two-level API hierarchy in our SelVPC API and Resell is used by the top-level user (reseller). Other APIs can be used by regular users but they can have similar resources. And those resources will have less attributes. The I hope it's not a problem, and we can release the provider without renaming the resources. Let me know what you think. |
@ozerovandrei That is totally fine to not remove the Thank you for addressing all the questions and issues in the review. The work you've done looks great! |
@bill-rich thank you for review! I'm closing this issue because we've discussed the release of the provider with Chris. |
Hello!
My name is Bill, I'm a member of the Terraform team @ HashiCorp.
I’ve taken a look at the provider here and would like to say great work so far! I do have feedback outlined below that I’d like to see addressed before we move on to the next steps. I’m opening this issues as a sort of checklist for tracking remaining items and discussion. The review was done on the git commit 03ec8e3 .
servers
,all_quotas
,resource_quotas
,quotas
, andtheme
. With TypeList, the order matters. If the order could change during reads, it could cause unwanted diffs with TypeList (Use TypeSet instead of TypeList for projects, floatingips and licenses attributes #48).servers
,theme
,quotas
,all_quotas
) (Check errors on setting non-scalars #52).Thank you for taking the time to work through these questions and comments with me!
Cheers,
Bill
The text was updated successfully, but these errors were encountered: