-
Notifications
You must be signed in to change notification settings - Fork 67
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
Null Provider Framework Migration #150
Conversation
I can take a look at this once #149 is in (and this is potentially rebased on top of that) so it's only showing the new differences. 👍 |
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.
A few minor things, otherwise looking good!
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.
Looks good to me to merge. 🚀 Let's take the keepers
attribute discussion out of band and make a decision about it before any potential release though.
internal/provider/resource.go
Outdated
Optional: true, | ||
ForceNew: true, | ||
PlanModifiers: []tfsdk.AttributePlanModifier{ | ||
resource.RequiresReplace(), |
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.
We may want to consider something like hashicorp/terraform-provider-random#305 for this resource as well, but we can discuss and potentially handle this detail before any release.
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
Agree with the out of band discussion regarding keepers.
# Conflicts: # go.mod
…revent replacement of null keeper values
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Closes #83
What?