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

Add support for google_cloudfunctions_function resource #289

Open jralmaraz opened 3 years ago

jralmaraz commented 3 years ago

Community Note

Description

New or Affected Resource(s)

google_cloudfunctions_function (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloudfunctions_function)

Terraform-google-conversion support?

google_cloudfunctions_function seems to be supported (please confirm): https://github.com/GoogleCloudPlatform/terraform-google-conversion/blob/master/google/cloudfunctions_function.go

References

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloudfunctions_function

jralmaraz commented 3 years ago

Raised PR https://github.com/GoogleCloudPlatform/terraform-validator/pull/293