KNOWN ISSUES:
- container: This release introduced a new field,
node_config.0.guest_accelerator.0.gpu_sharing_config
, to an https://www.terraform.io/language/attr-as-blocks field (node_config.0.guest_accelerator
). As detailed on the linked page, this may cause issues for modules and/or formats other than HCL.
BREAKING CHANGES:
- sql: updated
google_sql_user.sql_server_user_details
to be read only. Any configuration attempting to set this field is invalid and will cause the provider to fail during plan time. (#4764)
FEATURES:
- New Resource:
google_cloud_ids_endpoint
(#4765) - New Resource:
google_bigquery_analytics_hub_listing_iam_binding
(#4771) - New Resource:
google_bigquery_analytics_hub_listing_iam_member
(#4771) - New Resource:
google_bigquery_analytics_hub_listing_iam_policy
(#4771) - New Resource:
google_bigquery_analytics_hub_listing
(#4771)
IMPROVEMENTS:
- appengine: added support for
service_account
field togoogle_app_engine_standard_app_version
resource (#4757) - bigquery: added
avro_options
field togoogle_bigquery_table
resource (#4768) - cloudrun: added field
startup_probe
to resourcegoogle_cloud_run_service
(#4773) - container: added
node_config.0.guest_accelerator.0.gpu_sharing_config
field togoogle_container_node_pool
resource (#4758) - datafusion: added
crypto_key_config
field togoogle_data_fusion_instance
resource (#4761) - filestore: removed constraint that forced multiple
google_filestore_instance
creations to occur serially (#4770)
BUG FIXES: