Releases: hashicorp/terraform-provider-google-beta
Releases · hashicorp/terraform-provider-google-beta
3.15.0 (March 30, 2020)
FEATURES:
- New Resource:
google_compute_instance_group_named_port(#1869) - New Resource:
google_service_usage_consumer_quota_override(#1884) - New Resource:
google_firebase_project: enables Firebase for a referenced Google project (#1885) - New Resource:
google_iap_brand(#1848) - New Resource:
google_iap_client(#1848) - New Resource:
google_appengine_flexible_app_version(#1849)
IMPROVEMENTS:
- accesscontextmanager: Added
regionsfield togoogle_access_context_manager_access_level(#1882) - compute: added support for IAM conditions in
google_compute_subnet_iam_*IAM resources (#1877) - kms: Added new field "Additional Authenticated Data" for Cloud KMS data source
google_kms_secret(#1886) - kms: Added new field "Additional Authenticated Data" for Cloud KMS resource
google_kms_secret_ciphertext(#1886)
BUG FIXES:
- kms: Fixed an issue in
google_kms_crypto_key_versionwherepublic_keywould return empty after apply (#1879) - logging: Fixed import issue with
google_logging_metricin a non-default project. (#1876) - provider: Fixed an error with resources failing to upload large files (e.g. with
google_storage_bucket_object) during retried requests (#1894)
3.14.0 (March 23, 2020)
FEATURES:
- New Data Source:
google_compute_instance_serial_port(#1860) - New Resource:
google_compute_region_ssl_certificate(#1863)
IMPROVEMENTS:
- compute: Added new attribute reference
current_statusto thegoogle_compute_instanceresource (#1857) - container: Added
dns_cache_configfield togoogle_container_clusterresource (#1853) - container: Updated
upgrade_settingsto read defaults from API for thegoogle_container_node_poolresource (#1859) - provider: Added provider-wide request retries for common temporary GCP error codes and network errors (#1856)
- redis: Added
connect_modefield togoogle_redis_instanceresource (#1854)
v3.13.0
3.13.0 (March 16, 2020)
BREAKING CHANGES:
- dialogflow: Changed
google_dialogflow_agent.time_zoneto ForceNew. Updating this field will require recreation. This is due to a change in API behavior. (#1827)
FEATURES:
- New Resource:
google_bigquery_reservation(#1833) - New Resource:
google_compute_region_disk_resource_policy_attachment(#1836) - New Resource:
google_sql_source_representation_instance(#1832)
IMPROVEMENTS:
- bigtable: Added support for full-name/id
instance_namevalue ingoogle_bigtable_tableandgoogle_bigtable_gc_policy(#1830) - compute: Added
autoscaling_policytogoogle_compute_node_group(#1841) - compute: Added support for full-name/id
network_endpoint_groupvalue ingoogle_network_endpoint(#1831) - dialogflow: Changed
google_dialogflow_agentto not readtierstatus (#1829) - monitoring: Added
sensitive_labelstogoogle_monitoring_notification_channelso that labels likepasswordandauth_tokencan be managed separately from the other labels and marked as sensitive. (#1844)
BUG FIXES:
- all: fixed issue where nested objects were getting sent as null values to GCP on create instead of being omitted from requests (#1822)
- cloudfunctions: fixed
vpc_connectorto be updated properly ingoogle_cloudfunctions_function(#1825) - compute: fixed
google_compute_security_policyfrom allowing two rules with the same priority. (#1828) - compute: fixed bug where
google_compute_instance.scheduling.node_affinities.operatorwould incorrectly acceptNOTrather thanNOT_IN. (#1835) - container: Fixed issue where
google_container_node_poolresources created in the 2.X series were failing to update after 3.11. (#1846)