-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 descriptions to schemas by hand to MM resources #4418
Add descriptions to schemas by hand to MM resources #4418
Conversation
Fork Update
Co-authored-by: upodroid <[email protected]>
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. Thanks for your contribution! A human will be with you soon. @rileykarson, please review this PR or find an appropriate assignee. |
I looked at all the schema entries manually loaded in MM and I have a few questions:
|
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. I'm going to hold merging in case you want to deal with either of the other two fields at the same time:
-
source_disk_link appears to have outputted the source_disk value from the API at some point (and source_disk did not), but is redundant with source_disk now and should be safe to deprecate. hashicorp/terraform-provider-google@50e8c65
-
The KMS self_link field came from a time when we added artificial self_link fields to non-GCE resources. If it's redundant with id, that should be fine to deprecate.
I'll deprecate both and open issues to remove them |
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.
Added some minor suggestions on the deprecation notes. Can you also mark them as deprecated in the website documentation as well?
templates/terraform/extra_schema_entry/pubsub_subscription_path.erb
Outdated
Show resolved
Hide resolved
bump |
…orm#4418) Co-authored-by: upodroid <[email protected]>
Fixes: hashicorp/terraform-provider-google#8236
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)