Revisions of terraform-provider-google
Dirk Mueller (dirkmueller)
accepted
request 864094
from
John Paul Adrian Glaubitz (glaubitz)
(revision 5)
- Update to version 3.52.0 * BREAKING CHANGES: + billing: removed import support for `google_billing_budget` as it never functioned correctly (#8023) * FEATURES: + **New Data Source:** `google_sql_backup_run` (#8100) + **New Data Source:** `google_storage_bucket_object_content` (#8016) + **New Resource:** `google_billing_subaccount` (#8022) + **New Resource:** `google_pubsub_lite_subscription` (#8011) + **New Resource:** `google_pubsub_lite_topic` (#8011) * IMPROVEMENTS: + bigquery: promoted bigquery reservation to GA. (#8079) + bigtable: added support for specifying `duration` for `bigtable_gc_policy` to allow durations shorter than a day (#7879) + bigtable: added support for specifying `duration` for `bigtable_gc_policy` to allow durations shorter than a day (#8081) + billing: promoted `google_billing_budget` to GA (#8023) + compute: Added support for Google Virtual Network Interface (gVNIC) for `google_compute_image` (#8007) + compute: added SHARED_LOADBALANCER_VIP as a valid option for `google_compute_address.purpose` (#7987) + compute: added field `multiwriter` to resource `disk` (beta) (#8098) + compute: added support for `enable_independent_endpoint_mapping` to `google_compute_router_nat` resource (#8049) + compute: added support for `filter.direction` to `google_compute_packet_mirroring` (#8102) + compute: promoted `confidential_instance_config` field in `google_compute_instance` and `google_compute_instance_template` to GA (#8089) + compute: promoted `google_compute_forwarding_rule` `is_mirroring_collector` to GA (#8102) + compute: promoted `google_compute_packet_mirroring` to GA (#8102) + dataflow: Added optional `kms_key_name` field for `google_dataflow_job` (#8116)
Dirk Mueller (dirkmueller)
accepted
request 847771
from
John Paul Adrian Glaubitz (glaubitz)
(revision 4)
- Add symbolic link to comply with new filesystem layout for local provider copies - Define and use common Go spec file variables
Dirk Mueller (dirkmueller)
accepted
request 842561
from
John Paul Adrian Glaubitz (glaubitz)
(revision 3)
- Update to version 3.43.0 * FEATURES: + **New Data Source:** `google_pubsub_topic` (#7426) + **New Data Source:** `google_compute_global_forwarding_rule` (#7434) + **New Data Source:** `google_cloud_run_service` (#7388) + **New Resource:** `google_bigtable_table_iam_member` (#7410) + **New Resource:** `google_bigtable_table_iam_binding` (#7410) + **New Resource:** `google_bigtable_table_iam_policy` (#7410) * IMPROVEMENTS: + appengine: added ability to manage pre-firestore appengine applications. (#7408) + bigquery: added support for `google_bigquery_table` `materialized_view` field (#7080) + compute: Marked `google_compute_per_instance_config` as GA (#7429) + compute: Marked `google_compute_region_per_instance_config` as GA (#7429) + compute: Marked `stateful_disk` as GA in `google_compute_instance_group_manager` (#7429) + compute: Marked `stateful_disk` as GA in `google_compute_region_instance_group_manager` (#7429) + compute: added additional fields to the `google_compute_forwarding_rule` datasource. (#7437) + dns: added `forwarding_path` field to `google_dns_policy` resource (#7416) + netblock: changed `google_netblock_ip_ranges` to read from cloud.json file rather than DNS record (#7157) * BUG FIXES: + accessapproval: fixed issue where, due to a recent API change, `google_*_access_approval.enrolled_services. cloud_product` entries specified as a URL would result in a permadiff + bigquery: fixed an issue in `google_bigquery_job` where non-US locations could not be read (#7418) + cloudrun: fixed an issue in `google_cloud_run_domain_mapping` where labels provided by Google would cause a diff (#7407) + compute: Fixed an issue where `google_compute_region_backend_service` required `healthChecks` for a serverless network endpoint group. (#7433) + container: fixed `node_config.image_type` perma-diff when specified in lower case. (#7412) + datacatalog: fixed an error in `google_data_catalog_tag` when trying to set boolean field to `false` (#7409) + monitoring: fixed bug where deleting a `google_monitoring_dashboard` would give an "unsupported protocol scheme" error * See CHANGELOG.md for the previous changes from 2.20.2 to 3.42.0
Flavio Castelli (flavio_castelli)
accepted
request 821845
from
John Paul Adrian Glaubitz (glaubitz)
(revision 2)
- Update to version 2.20.3: * NOTES: + `2.20.3` is a backport release, and some changes will not appear in `3.X` series releases until `3.12.0`. To upgrade to `3.X` you will need to perform a large jump in versions, and it is _strongly_ advised that you attempt to upgrade to `3.X` instead of using this release. + `2.20.3` is primarily a preventative fix, in anticipation of a change in API response messages adding a default value. * BUG FIXES: + compute: fixed error when reading `google_compute_instance_template` resources with `network_interface[*].name` set. (#5812) * See CHANGELOG.md for the previous changes from 1.19.0 to 2.20.2 - Enable vendoring in _service file - Disable services in _service file as they currently cause issues with OBS, run services manually and include tarballs - Raise minimum Golang API version to 1.12 in BuildRequires - Switch tarball compression to gzip as the vendoring service currently does not support the xz compression format
Duncan Mac-Vicar (dmacvicar)
accepted
request 637056
from
Loic Devulder (ldevulder)
(revision 1)
Add provider plugin for GCE cloud
Displaying all 5 revisions