-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Google Cloud Storage Transfer resource #2181
Conversation
I believe this PR could be improved with:
|
|
<!-- This change is generated by MagicModules. --> /cc @danawillow
<!-- This change is generated by MagicModules. --> /cc @danawillow
<!-- This change is generated by MagicModules. --> /cc @danawillow
<!-- This change is generated by MagicModules. --> /cc @danawillow
blocking GoogleCloudPlatform/magic-modules#630 This resource won't be tested between this merging and the MM pr merging
<!-- This change is generated by MagicModules. --> /cc @rileykarson
Remove the files we skip now with GoogleCloudPlatform/magic-modules#631
Remove name_prefix from container node pool
<!-- This change is generated by MagicModules. --> /cc @rileykarson
<!-- This change is generated by MagicModules. --> /cc @rileykarson
<!-- This change is generated by MagicModules. --> /cc @rileykarson
<!-- This change is generated by MagicModules. --> /cc @rileykarson
<!-- This change is generated by MagicModules. --> /cc @danawillow Fixes hashicorp#2286
<!-- This change is generated by MagicModules. --> /cc @rileykarson
…shicorp#2619) <!-- This change is generated by MagicModules. --> /cc @rileykarson
<!-- This change is generated by MagicModules. --> /cc @rileykarson
<!-- This change is generated by MagicModules. --> /cc @chrisst
<!-- This change is generated by MagicModules. --> /cc @rileykarson
<!-- This change is generated by MagicModules. --> /cc @rileykarson
…p#2681) <!-- This change is generated by MagicModules. --> /cc @rileykarson
Hi @rileykarson - I'm making all these changes now. I've so far created:
I believe I still need to add:
So 4 more PRs. Is that correct? |
Nope - you've submitted all the PRs you need. Magic Modules will create PRs against both repos, and files like Normally MM would auto-generate "downstream" PRs to this repo and the beta repo, but since you're a first time contributor each build needs to be triggered manually. I'll kick off a build once we've merged the vendoring changes. I believe once a PR has been submitted it will generate automatically, but I'm not 100% on that. |
FAO @rileykarson Part of multi-PR for adding support for Google Storage Transfer Service. See #2181
FAO @rileykarson Part of multi-PR for adding support for Google Storage Transfer Service. See [#2181](hashicorp/terraform-provider-google#2181)
@rileykarson can this be closed now? |
Also #1286 |
FAO @rileykarson Part of multi-PR for adding support for Google Storage Transfer Service. See #2181
FAO @rileykarson Part of multi-PR for adding support for Google Storage Transfer Service. See #2181
Yep, thanks! Superseded by GoogleCloudPlatform/magic-modules#1069 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
This is a full implementation of the Google Cloud Storage Transfer resource that addresses #1286 issue.
Full documentation for Terraform docs is also included that is primary sourced from official Google Docs.
This supersedes a previous PR #2164 that was incomplete.
I've not had a chance to write unit tests but believe it would be good to get your feedback at this stage on anything that I should change/improve. I have tested it significantly manually.