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

Releases: GoogleCloudPlatform/terraform-validator

v0.11.0

24 Nov 23:22
16f4273
Compare
Choose a tag to compare

New resources:

  • google_apigee_environment_iam_binding
  • google_apigee_environment_iam_member
  • google_apigee_environment_iam_policy
  • google_bigquery_table
  • google_cloud_run_domain_mapping
  • google_cloud_run_service
  • google_compute_address
  • google_compute_global_address
  • google_compute_snapshot
  • google_compute_ssl_policy
  • google_dns_policy
  • google_monitoring_alert_policy
  • google_monitoring_notification_channel
  • google_notebooks_runtime_iam_binding
  • google_notebooks_runtime_iam_member
  • google_notebooks_runtime_iam_policy
  • google_organization_iam_custom_role
  • google_project_iam_custom_role

v0.10.0

11 Nov 20:43
9f9a71e
Compare
Choose a tag to compare

What's Changed

New Resources

  • #371 - google_dns_managed_zone
  • #343 - google_kms_crypto_key_iam_binding
  • #343 - google_kms_crypto_key_iam_member
  • #343 - google_kms_crypto_key_iam_policy
  • #343 - google_kms_key_ring_iam_binding
  • #343 - google_kms_key_ring_iam_member
  • #343 - google_kms_key_ring_iam_policy
  • #360 - google_bigquery_dataset_iam_binding
  • #360 - google_bigquery_dataset_iam_member
  • #360 - google_bigquery_dataset_iam_policy

Bug Fixes

  • #363 - fixed issue where terraform validator and terraform core diverged on state retrieval

v0.9.2

09 Nov 16:33
8ff4a0a
Compare
Choose a tag to compare
  • Updated terraform-provider-google dependency to 3.88.0
  • Added asset type display to list-supported-resources

v0.9.1

18 Oct 21:27
3f6247f
Compare
Choose a tag to compare
  • Cleaned up structured JSON output

v0.9.0

30 Sep 16:40
0586e92
Compare
Choose a tag to compare

NEW RESOURCES

  • google_access_context_manager_service_perimeter

OTHER CHANGES

  • Switched from verbose flag to verbosity, which can take one of the following values: debug, info, warning, error, critical, none.

v0.8.0

17 Sep 21:26
4335adc
Compare
Choose a tag to compare

BUGFIXES:

  • Fixed domains for KMS key ring, KMS crypto key, and Filestore Instance Assets #307

OTHER CHANGES:

  • Switched to zap for logging to stderr

v0.7.0

03 Sep 21:33
fa91c12
Compare
Choose a tag to compare

FEATURES:

  • Allowed setting SilenceUsage on cobra commands via env var #300
  • Added support for Service Account impersonation #302

BUGFIXES:

  • Fixed logging before flag.parse error #294

v0.6.0

12 Aug 18:38
e314839
Compare
Choose a tag to compare

This release does not contain functional changes; however, it does change the structure of the released code significantly.

Releases are now a tarball that contains a terraform-validator binary and a zipped folder of each dependency's license and (if required by the license) its source code.

See https://github.com/GoogleCloudPlatform/terraform-validator/blob/main/docs/install.md for information about installing Terraform Validator.

v0.5.1

06 Aug 16:24
c37093e
Compare
Choose a tag to compare

BUGFIXES:

  • Fixed passing of GOOGLE_OAUTH_ACCESS_TOKEN and other non-default credentials to all API requests (#283)

v0.5.0

05 Aug 20:52
638f7e2
Compare
Choose a tag to compare
  • Updated error message when a project is not found for a resource #266
  • Changes to some internal function signatures to support converting no-op resource changes #278