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
438 stars 93 forks source link

Revert changes that added RIT resource + datasource #1527

Closed modular-magician closed 1 year ago

modular-magician commented 1 year ago

This resource was added at both beta and GA but appears to only work at beta. While I'd fix-forward normally this is a handwritten resource and we're cutting the next release EOD tomorrow. This ensures that we don't end up mixing up branches and releasing the resource without a working GA API- a roll-forward will need to explicitly target beta only, or confirm that the GA API works as expected.

Upstream version of the changes to release branches in https://github.com/hashicorp/terraform-provider-google/pull/14183 and https://github.com/hashicorp/terraform-provider-google-beta/pull/5416

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

Release Note Template for Downstream PRs (will be copied)

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