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

Fix unnecessary nesting in google_storage_transfer_job #2044

Merged

Conversation

rileykarson
Copy link
Member

Fixes hashicorp/terraform-provider-google#3472

We had an unnecessary layer of nesting that was causing issues because we only checked for nils one level deep, and attached an empty object in our requests.

Release Note for Downstream PRs (will be copied)

Fixed an issue where `google_storage_transfer_job` `schedule_end_date` caused requests to fail if unset.

@rileykarson rileykarson requested a review from tysen July 11, 2019 20:29
@modular-magician
Copy link
Collaborator

Hi! I'm the modular magician, I work on Magic Modules.
This PR seems not to have generated downstream PRs before, as of c0c1557.

Pull request statuses

No diff detected in terraform-google-conversion.
No diff detected in Ansible.
No diff detected in Inspec.

New Pull Requests

I built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed.
depends: hashicorp/terraform-provider-google-beta#936
depends: hashicorp/terraform-provider-google#4005

Copy link

@tysen tysen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry it took me so long to review this.

rileykarson and others added 2 commits July 15, 2019 22:02
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
@modular-magician modular-magician merged commit 2994fbf into GoogleCloudPlatform:master Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

google_storage_transfer_job requires schedule_end_date
4 participants