GoogleCloudPlatform / terraform-validator

Terraform Validator is not an officially supported Google product; it is a library for conversion of Terraform plan data to CAI Assets. If you have been using terraform-validator directly in the past, we recommend migrating to `gcloud beta terraform vet`.
https://cloud.google.com/docs/terraform/policy-validation
Apache License 2.0
437 stars 93 forks source link

Adds support for lastModifiedSince and lastModifiedBefore fields in storage_transfer_job #1512

Closed modular-magician closed 1 year ago

modular-magician commented 1 year ago

Fixes https://github.com/hashicorp/terraform-provider-google/issues/10770

Adds support for lastModifiedSince and lastModifiedBefore in the object conditions field within storage_transfer_job. Updates handwritten resource and tests.

If this PR is for Terraform, I acknowledge that I have:

Release Note Template for Downstream PRs (will be copied)


storagetransfer: add support for 'last_modified_since' and 'last_modified_before' fields to 'google_storage_transfer_job' resource

Derived from https://github.com/GoogleCloudPlatform/magic-modules/pull/7496