portefaix / portefaix-infrastructure

Portefaix Infrastructure on Cloud Providers
https://github.com/portefaix/.github
Other
3 stars 2 forks source link

chore(deps): update terraform google-beta to v5.30.0 #1162

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google-beta (source) required_provider minor 5.26.0 -> 5.30.0

Release Notes

hashicorp/terraform-provider-google-beta (google-beta) ### [`v5.30.0`](https://togithub.com/hashicorp/terraform-provider-google-beta/blob/HEAD/CHANGELOG.md#5300-Unreleased) [Compare Source](https://togithub.com/hashicorp/terraform-provider-google-beta/compare/v5.29.1...v5.30.0) ### [`v5.29.1`](https://togithub.com/hashicorp/terraform-provider-google-beta/releases/tag/v5.29.1) [Compare Source](https://togithub.com/hashicorp/terraform-provider-google-beta/compare/v5.29.0...v5.29.1) #### 5.29.1 (May 14, 2024) BREAKING CHANGES: - compute: removed `secondary_ip_range.reserved_internal_range` field from `google_compute_subnetwork` ([7363](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7363)) ### [`v5.29.0`](https://togithub.com/hashicorp/terraform-provider-google-beta/blob/HEAD/CHANGELOG.md#5290-May-13-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-google-beta/compare/v5.28.0...v5.29.0) NOTES: - compute: added documentation for md5\_authentication_key field in google_compute_router_peer resource. The field was introduced in [v5.12.0](https://togithub.com/hashicorp/terraform-provider-google-beta/releases/tag/v5.12.0), but documentation was unintentionally omitted at that time. ([#​7306](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7306)) FEATURES: - **New Resource:** `google_bigtable_authorized_view` ([#​7310](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7310)) - **New Resource:** `google_integration_connectors_managed_zone` ([#​7320](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7320)) - **New Resource:** `google_network_connectivity_regional_endpoint` ([#​7313](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7313)) IMPROVEMENTS: - clouddeploy: added `custom_target` field to `google_clouddeploy_target` resource ([#​7309](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7309)) - clouddeploy: added `google_cloud_build_repo` to `custom_target_type` resource ([#​7325](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7325)) - compute: added `preconfigured_waf_config` field to `google_compute_region_security_policy_rule` resource; ([#​7324](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7324)) - compute: added `rate_limit_options` field to 'google_compute_region_security_policy_rule' resource; ([#​7324](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7324)) - compute: added `security_profile_group`, `tls_inspect` to `google_compute_firewall_policy_rule` ([#​7309](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7309)) - compute: added `security_profile_group`, `tls_inspect` to `google_compute_network_firewall_policy_rule` ([#​7309](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7309)) - compute: added fields `reserved_internal_range` and `secondary_ip_ranges.reserved_internal_range` to `google_compute_subnetwork` resource ([#​7318](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7318)) - container: added `dns_config.additive_vpc_scope_dns_domain` field to `google_container_cluster` resource ([#​7321](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7321)) - container: added `enable_nested_virtualization` field to `google_container_node_pool` and `google_container_cluster` resource. ([#​7314](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7314)) - iam: added `extra_attributes_oauth2_client` field to `google_iam_workforce_pool_provider` resource ([#​7319](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7319)) - privateca: added `maximum_lifetime` field to `google_privateca_certificate_template` resource ([#​7309](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7309)) BUG FIXES: - bigquery: added `allow_resource_tags_on_deletion` to `google_bigquery_table` to allow deletion of table when it still has associated resource tags ([#​7327](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7327)) ### [`v5.28.0`](https://togithub.com/hashicorp/terraform-provider-google-beta/blob/HEAD/CHANGELOG.md#5280-May-6-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-google-beta/compare/v5.27.0...v5.28.0) DEPRECATIONS: - integrations: deprecated `create_sample_workflows` and `provision_gmek` fields in `google_integrations_client`. ([#​7285](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7285)) FEATURES: - **New Data Source:** `google_storage_buckets` ([#​7291](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7291)) - **New Resource:** `google_compute_security_policy_rule` ([#​7282](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7282)) - **New Resource:** `google_privileged_access_manager_entitlement` ([#​7283](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7283)) IMPROVEMENTS: - alloydb: added `maintenance_update_policy` field to `google_alloydb_cluster` resource ([#​7288](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7288)) - container: added `node_config.secondary_boot_disks` field to `google_container_node_pool` ([#​7292](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7292)) - integrations: added `create_sample_integrations` field to `google_integrations_client`, replacing deprecated field `create_sample_workflows`. ([#​7285](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7285)) - redis: added `redis_configs` field to `google_redis_cluster` resource ([#​7289](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7289)) BUG FIXES: - dns: fixed bug where the deletion of `google_dns_managed_zone` resources was blocked by any associated SOA-type `google_dns_record_set` resources ([#​7305](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7305)) - storage: fixed an issue where `google_storage_bucket_object` and `google_storage_bucket_objects` data sources would ignore custom endpoints ([#​7287](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7287)) ### [`v5.27.0`](https://togithub.com/hashicorp/terraform-provider-google-beta/blob/HEAD/CHANGELOG.md#5270-Apr-30-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-google-beta/compare/v5.26.0...v5.27.0) FEATURES: - **New Data Source:** `google_storage_bucket_objects` ([#​7270](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7270)) - **New Resource:** `google_composer_user_workloads_secret` ([#​7257](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7257)) - **New Resource:** `google_compute_security_policy_rule` ([#​7282](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7282)) - **New Resource:** `google_data_loss_prevention_discovery_config` ([#​7252](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7252)) - **New Resource:** `google_integrations_auth_config` ([#​7268](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7268)) - **New Resource:** `google_network_connectivity_internal_range` ([#​7265](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7265)) IMPROVEMENTS: - alloydb: added `network_config` field to `google_alloydb_instance` resource ([#​7271](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7271)) - alloydb: added `public_ip_address` field to `google_alloydb_instance` resource ([#​7271](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7271)) - apigee: added `forward_proxy_uri` field to `google_apigee_environment` resource ([#​7260](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7260)) - bigquerydatapolicy: added `data_masking_policy.routine` field to `google_bigquery_data_policy` resource ([#​7250](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7250)) - compute: added `server_tls_policy` field to `google_compute_region_target_https_proxy` resource ([#​7280](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7280)) - filestore: added `protocol` field to `google_filestore_instance` resource to support NFSv3 and NFSv4.1 ([#​7254](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7254)) - firebasehosting: added `config.rewrites.path` field to `google_firebase_hosting_version` resource ([#​7258](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7258)) - logging: added `intercept_children` field to `google_logging_organization_sink` and `google_logging_folder_sink` resources ([#​7279](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7279)) - monitoring: added `service_agent_authentication` field to `google_monitoring_uptime_check_config` resource ([#​7276](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7276)) - privateca: added `subject_key_id` field to `google_privateca_certificate` and `google_privateca_certificate_authority` resources ([#​7273](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7273)) - secretmanager: added `version_destroy_ttl` field to `google_secret_manager_secret` resource ([#​7253](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7253)) BUG FIXES: - appengine: added suppression for a diff in `google_app_engine_standard_app_version.automatic_scaling` when the block is unset in configuration ([#​7262](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7262)) - sql: fixed issues with updating the `enable_google_ml_integration` field in `google_sql_database_instance` resource ([#​7249](https://togithub.com/hashicorp/terraform-provider-google-beta/pull/7249))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.