Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

v0.17.0

Compare
Choose a tag to compare
@melinath melinath released this 26 Jul 20:52
· 680 commits to main since this release

Maximum compatibility with Terraform provider 4.30.0

New resources

  • google_artifact_registry_repository_iam_binding
  • google_artifact_registry_repository_iam_member
  • google_artifact_registry_repository_iam_policy
  • google_bigquery_connection_iam_binding
  • google_bigquery_connection_iam_member
  • google_bigquery_connection_iam_policy
  • google_cloud_tasks_queue_iam_binding
  • google_cloud_tasks_queue_iam_member
  • google_cloud_tasks_queue_iam_policy
  • google_cloudiot_registry_iam_binding
  • google_cloudiot_registry_iam_member
  • google_cloudiot_registry_iam_policy
  • google_compute_backend_bucket_iam_binding
  • google_compute_backend_bucket_iam_member
  • google_compute_backend_bucket_iam_policy
  • google_compute_snapshot_iam_binding
  • google_compute_snapshot_iam_member
  • google_compute_snapshot_iam_policy
  • google_dataproc_autoscaling_policy_iam_binding
  • google_dataproc_autoscaling_policy_iam_member
  • google_dataproc_autoscaling_policy_iam_policy
  • google_dataproc_metastore_service_iam_binding
  • google_dataproc_metastore_service_iam_member
  • google_dataproc_metastore_service_iam_policy

Enhancements

  • Resources without a known project, folder, or organization will have their ancestry set to organizations/unknown instead of throwing a 403 error that halts validation. #778