Skip to content

Bump hashicorp/google from 4.82.0 to 4.83.0 in /deploy

Bumps hashicorp/google from 4.82.0 to 4.83.0.

Release notes

Sourced from hashicorp/google's releases.

v4.83.0

DEPRECATIONS:

  • secretmanager: deprecated automatic field on google_secret_manager_secret. Use auto instead. (#15793)

FEATURES:

  • New Resource: google_biglake_table (#15736)
  • New Resource: google_data_pipeline_pipeline (#15785)
  • New Resource: google_dialogflow_cx_test_case (#15814)
  • New Resource: google_storage_insights_report_config (#15819)
  • New Resource: google_apigee_target_server (#15751)

IMPROVEMENTS:

  • gkehub: added labels fields to google_gke_hub_membership_binding resource (#15753)
  • bigquery: added allow_non_incremental_definition to google_bigquery_table resource (#15813)
  • bigquery: added table_constraints field to google_bigquery_table resource (#15815)
  • compute: added internal IPV6 support for google_compute_address and google_compute_instance resources (#15780)
  • containerattached: added binary_authorization field to google_container_attached_cluster resource (#15822)
  • containeraws: added update support for config.instance_type in container_aws_node_pool (#15862)
  • firestore: added point_in_time_recovery_enablement field to google_firestore_database resource (#15795)
  • firestore: added update_time and uid fields to google_firestore_database resource (#15823)
  • gkehub2: added labels, namespace_labels fields to google_gke_hub_namespace resource (#15732)
  • gkehub: added labels fields to google_gke_hub_scope resource (#15801)
  • gkeonprem: added upgrade_policy and binary_authorization fields in google_gkeonprem_bare_metal_cluster resource (beta) (#15765)
  • gkeonprem: added upgrade_policy field in google_gkeonprem_vmware_cluster resource (beta) (#15765)
  • secretmanager: added auto field to google_secret_manager_secret resource (#15793)
  • secretmanager: added deletion_policy field to google_secret_manager_secret_version resource (#15818)
  • storage: supported in-place update for autoclass field in google_storage_bucket resource (#15782)
  • vertexai: added public_endpoint_enabled to google_vertex_ai_index_endpoint (#15741)

BUG FIXES:

  • bigquerydatatransfer: fixed a bug when importing location of google_bigquery_data_transfer_config (#15734)
  • container: fixed concurrent ops' quota-error to be retriable in google_container_node_pool (#15820)
  • eventarc: resolved permadiff on event_content_type in eventarc_trigger, the field will now default to a value returned by the API when not set in configuration (#15862)
  • pipeline: fixed issue where certain google_dataflow_job instances would crash the provider (#15821)
  • provider: fixed a bug where user_project_override would not be not used correctly when provisioning resources implemented using the plugin framework. Currently there are no resources implemented this way, so no-one should have been impacted. (#15776)
  • pubsub: fixed issue where setting no_wrapper.write_metadata to false wasn't passed to the API for google_pubsub_subscription (#15758)
  • serviceaccount: added retries for reads after google_service_account creation if 403 Forbidden is returned. (#15760)
  • storage: fixed the failure in building a plan when a content value is expected on google_storage_bucket_object_content (#15735)
Changelog

Sourced from hashicorp/google's changelog.

4.83.0 (September 18, 2023)

DEPRECATIONS:

  • secretmanager: deprecated automatic field on google_secret_manager_secret. Use auto instead. (#15793)

FEATURES:

  • New Resource: google_biglake_table (#15736)
  • New Resource: google_data_pipeline_pipeline (#15785)
  • New Resource: google_dialogflow_cx_test_case (#15814)
  • New Resource: google_storage_insights_report_config (#15819)
  • New Resource: google_apigee_target_server (#15751)

IMPROVEMENTS:

  • gkehub: added labels fields to google_gke_hub_membership_binding resource (#15753)
  • bigquery: added allow_non_incremental_definition to google_bigquery_table resource (#15813)
  • bigquery: added table_constraints field to google_bigquery_table resource (#15815)
  • compute: added internal IPV6 support for google_compute_address and google_compute_instance resources (#15780)
  • containerattached: added binary_authorization field to google_container_attached_cluster resource (#15822)
  • containeraws: added update support for config.instance_type in container_aws_node_pool (#15862)
  • firestore: added point_in_time_recovery_enablement field to google_firestore_database resource (#15795)
  • firestore: added update_time and uid fields to google_firestore_database resource (#15823)
  • gkehub2: added labels, namespace_labels fields to google_gke_hub_namespace resource (#15732)
  • gkehub: added labels fields to google_gke_hub_scope resource (#15801)
  • gkeonprem: added upgrade_policy and binary_authorization fields in google_gkeonprem_bare_metal_cluster resource (beta) (#15765)
  • gkeonprem: added upgrade_policy field in google_gkeonprem_vmware_cluster resource (beta) (#15765)
  • secretmanager: added auto field to google_secret_manager_secret resource (#15793)
  • secretmanager: added deletion_policy field to google_secret_manager_secret_version resource (#15818)
  • storage: supported in-place update for autoclass field in google_storage_bucket resource (#15782)
  • vertexai: added public_endpoint_enabled to google_vertex_ai_index_endpoint (#15741)

BUG FIXES:

  • bigquerydatatransfer: fixed a bug when importing location of google_bigquery_data_transfer_config (#15734)
  • container: fixed concurrent ops' quota-error to be retriable in google_container_node_pool (#15820)
  • eventarc: resolved permadiff on event_content_type in eventarc_trigger, the field will now default to a value returned by the API when not set in configuration (#15862)
  • pipeline: fixed issue where certain google_dataflow_job instances would crash the provider (#15821)
  • provider: fixed a bug where user_project_override would not be not used correctly when provisioning resources implemented using the plugin framework. Currently there are no resources implemented this way, so no-one should have been impacted. (#15776)
  • pubsub: fixed issue where setting no_wrapper.write_metadata to false wasn't passed to the API for google_pubsub_subscription (#15758)
  • serviceaccount: added retries for reads after google_service_account creation if 403 Forbidden is returned. (#15760)
  • storage: fixed the failure in building a plan when a content value is expected on google_storage_bucket_object_content (#15735)
Commits
  • 027c3ec Add 4.83.0 changelog (#15854)
  • e207472 feat: add env block to cloud workstations resource. (#8911) (#15824)
  • 34f95d7 Firestore: Add missing fields to Firestore database (#8909) (#15823)
  • 5e121ee Support Binary Authorization. (#8915) (#15822)
  • 9e626fc Don't error out if dataflow api fails to return sdk pipeline options (#8902) ...
  • 68dc6cc Node pool operations should retry if they encountered quota error. (#8828) (#...
  • c0c6796 Add storageinsights product and ReportConfig resource type. (#8799) (#15819)
  • 4e75ffb Added deletion_policy field in google_secret_manager_secret_version resou...
  • eec6891 Add tests around how plugin framework provider configuration code handles `ba...
  • 3f32d4c Add BigQuery Table Constraints Field (#8885) (#15815)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports