Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update terraform #1144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 1, 2022

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor >=3.0, <= 3.71 -> <= 3.90
terraform-google-modules/bigquery/google (source) module minor ~> 5.3.0 -> ~> 5.4.0
terraform-google-modules/bigquery/google (source) minor ~> 5.3.0 -> ~> 5.4.0
terraform-google-modules/cloud-router/google (source) module minor ~> 1.2.0 -> ~> 1.3.0
terraform-google-modules/cloud-router/google (source) minor ~> 1.2.0 -> ~> 1.3.0
terraform-google-modules/group/google (source) module minor ~> 0.3 -> ~> 0.7
terraform-google-modules/group/google (source) minor ~> 0.3 -> ~> 0.7
terraform-google-modules/iam/google (source) module minor ~> 7.4.0 -> ~> 7.7.0
terraform-google-modules/iam/google (source) minor ~> 7.4.0 -> ~> 7.7.0
terraform-google-modules/kubernetes-engine/google (source) module patch 16.1.0 -> 16.1.1
terraform-google-modules/kubernetes-engine/google (source) patch 16.1.0 -> 16.1.1
terraform-google-modules/log-export/google (source) module minor ~> 7.3.0 -> ~> 7.8.0
terraform-google-modules/log-export/google (source) minor ~> 7.3.0 -> ~> 7.8.0
terraform-google-modules/network/google (source) module minor ~> 4.0.1 -> ~> 4.1.0
terraform-google-modules/network/google (source) minor ~> 4.0.1 -> ~> 4.1.0
terraform-google-modules/org-policy/google (source) module minor ~> 5.0.0 -> ~> 5.3.0
terraform-google-modules/org-policy/google (source) minor ~> 5.0.0 -> ~> 5.3.0

Release Notes

hashicorp/terraform-provider-google (google)

v3.90.1

Compare Source

DEPRECATIONS:

  • container: fixed an overly-broad deprecation on master_auth, constraining it to master_auth.username and master_auth.password

v3.90.0

Compare Source

DEPRECATIONS:

  • container: deprecated workload_identity_config.0.identity_namespace and it will be removed in a future major release as it has been deprecated in the API. Use workload_identity_config.0.workload_pool instead. Switching your configuration from one value to the other will trigger a diff at plan time, and a spurious update. (#​10327)
  • container: deprecated the following google_container_cluster fields: instance_group_urls and master_auth (#​10356)

IMPROVEMENTS:

  • container: added node_config.0.guest_accelerator.0.gpu_partition_size field to google_container_node_pool (#​10339)
  • container: added workload_identity_config.0.workload_pool to google_container_cluster (#​10327)
  • container_cluster: Updated monitoring_config to accept WORKLOAD (#​10321)
  • provider: Added links to nested types documentation for manually generated pages (#​10333)

BUG FIXES:

  • cloudrun: fixed a permadiff on the field template.spec.containers.ports.name of the google_cloud_run_service resource (#​10340)
  • composer: removed config.node_config.zone requirement on google_composer_environment (#​10353)
  • compute: fixed permadiff for failover_policy on google_compute_region_backend_service (#​10316)
  • compute: fixed to make description updatable without recreation on google_compute_instance_group_manager (#​10329)
  • container: fixed a permadiff on google_container_node_pool.workload_metadata_config.mode (#​10313)
  • iam: fixed request batching bug where failed requests would show unnecessary backslash escaping to the user. (#​10303)
  • securitycenter: fixed bug where google_scc_notification_config.streaming_config.filter was not updating. (#​10315)

v3.89.0

Compare Source

DEPRECATIONS:

  • compute: deprecated the enable_display field in google_compute_instance_template in the google (GA) provider. It will only be available in the google-beta provider in a future release, as the underlying feature is in beta. (#​10281)

BUG FIXES:

  • compute: fixed bug where google_compute_router_peer could not set an advertised route priority of 0, causing permadiff. (#​10292)
  • container: fixed a crash on monitoring_config of google_container_cluster (#​10290)
  • iam: fixed request batching bug where failed requests would show unnecessary backslash escaping to the user. (#​10303)
  • storage: fixed a bug to better handle eventual consistency among google_storage_bucket resources. (#​10287)

v3.88.0

Compare Source

NOTES:

  • reorganized documentation to group all Compute Engine and Monitoring (Stackdriver) resources together. (#​10205)

DEPRECATIONS:

  • container: deprecated workload_metadata_configuration.node_metadata in favor of workload_metadata_configuration.mode in google_container_cluster (#​10238)
  • dataproc: deprecated the google_dataproc_workflow_template.version field, as it wasn't actually useful. The field is used during updates, but updates aren't currently possible with the resource. (#​10183)
  • runtimeconfig: deprecated the Runtime Configurator service in the google (GA) provider including google_runtimeconfig_config, google_runtimeconfig_variable, google_runtimeconfig_config_iam_policy, google_runtimeconfig_config_iam_binding, google_runtimeconfig_config_iam_member, data.google_runtimeconfig_config. They will only be available in the google-beta provider in a future release, as the underlying service is in beta. (#​10232)
    BREAKING CHANGES:
  • gke_hub: made the config_membership field in google_gke_hub_feature required, disallowing invalid configurations (#​10199)
  • gke_hub: made the configmanagement, feature, location, membership fields in google_gke_hub_feature_membership required, disallowing invalid configurations (#​10199)

FEATURES:

  • New Data Source: google_service_networking_peered_dns_domain (#​10229)
  • New Data Source: google_sourcerepo_repository (#​10203)
  • New Data Source: google_storage_bucket (#​10190)
  • New Resource: google_pubsub_lite_reservation (#​10263)
  • New Resource: google_service_networking_peered_dns_domain (#​10229)

IMPROVEMENTS:

  • composer: added support for composer v2 fields workloads_config and cloud_composer_network_ipv4_cidr_block to composer_environment (10269)
  • compute: added external IPv6 support on google_compute_subnetwork and google_compute_instance.network_interfaces (#​10189)
  • container: added support for workload_metadata_configuration.mode in google_container_cluster (#​10238)
  • eventarc: added support for uid output field, cloud_function destination to google_eventarc_trigger (#​10199)
  • gke_hub: added support for gcp_service_account_email when configuring Git sync in google_gke_hub_feature_membership (#​10199)
  • gke_hub: added support for resource_state, state outputs to google_gke_hub_feature (#​10199)
  • pubsub: Added support for references to google_pubsub_lite_reservation to google_pubsub_lite_topic. (#​10263)

BUG FIXES:

  • monitoring: fixed typo in google_monitoring_uptime_check_config where NOT_MATCHES_REGEX could not be specified. (#​10249)

v3.87.0

Compare Source

3.87.0 (October 04, 2021)

DEPRECATIONS:

  • dataproc: deprecated the google_dataproc_workflow_template.version field, as it wasn't actually useful. The field is used during updates, but updates aren't currently possible with the resource. (#​10183)

FEATURES:

  • New Resource: google_org_policy_policy (#​10111)

IMPROVEMENTS:

  • cloudbuild: added field service_account to google_cloudbuild_trigger (#​10159)
  • composer: added field scheduler_count to google_composer_environment (#​10158)
  • compute: Disabled recreation of GCE instances when updating resource_policies property (#​10173)
  • container: added support for logging_config and monitoring_config to google_container_cluster (#​10125)
  • kms: added support for import_only to google_kms_crypto_key (#​10157)
  • networkservices: boosted the default timeout for google_network_services_edge_cache_origin from 30m to 60m (#​10182)

BUG FIXES:

  • container: fixed an issue where a node pool created with error (eg. GKE_STOCKOUT) would not be captured in state (#​10137)
  • filestore: Allowed updating reserved_ip_range on google_filestore_instance via recreation of the instance (#​10146)
  • serviceusage: enabled the service api to retry on failed operation calls in anticipation of transient errors that occur when first enabling the service. (#​10171)

v3.86.0

Compare Source

IMPROVEMENTS:

  • healthcare: promoted google_healthcare_hl7_v2_store.parseConfig.version to GA (#​10099)

BUG FIXES:

  • dns: fixed an issue in google_dns_record_set where rrdatas could not be updated (#​10089)
  • dns: fixed an issue in google_dns_record_set where creating the resource would result in an 409 error (#​10089)
  • platform: fixed a bug in wrongly writing to state when creation failed on google_organization_policy (#​10082)

v3.85.0

Compare Source

IMPROVEMENTS:

  • bigtable: enabled support for user_project_override in google_bigtable_instance and google_bigtable_table (#​10060)
  • compute: added iap fields to google_compute_region_backend_service (#​10038)
  • compute: allowed passing an IP address to the nextHopIlb field of google_compute_route resource (#​10048)
  • iam: added disabled field to google_service_account resource (#​10033)
  • provider: added links to nested types documentation within a resource (#​10063)
  • storage: added field path to google_storage_transfer_job (#​10047)

BUG FIXES:

  • appengine: fixed bug where deployment.container.image would update to an old version even if in ignore_changes (#​10058)
  • bigquery: fixed a bug where destination_encryption_config.kms_key_name stored the version rather than the key name. (#​10068)
  • redis: extended the default timeouts on google_redis_instance (#​10037)
  • serviceusage: fixed an issue in google_project_service where users could not reenable services that were disabled outside of Terraform. (#​10045)

v3.84.0

Compare Source

FEATURES:

  • New Data Source: google_secret_manager_secret (#​9983)

IMPROVEMENTS:

  • compute: added update support to google_compute_service_attachment (#​9982)

BUG FIXES:

  • container: fixed a bug in failing to remove maintenance_exclusion on google_container_cluster (#​10025)
  • compute: fixed an issue in google_compute_router_nat where removing log_config resulted in a perma-diff (#​9950)
  • compute: fixed advanced_machine_features error messages in google_compute_instance (#​10023)
  • eventarc: fixed bug where resources deleted outside of Terraform would cause errors (#​9997)
  • functions: fixed an error message on google_cloudfunctions_function (#​10011)
  • logging: fixed the data type for bucket_options.linear_buckets.width on google_logging_metric (#​9985)
  • osconfig: fixed import on google_os_config_guest_policies (#​10019)
  • storage: fixed an undetected change on days_since_noncurrent_time of google_storage_bucket (#​10024)

v3.83.0: 3.83.0

Compare Source

FEATURES:

  • New Resource: google_privateca_certificate_template (#​9905)

IMPROVEMENTS:

  • privateca: added certificate_template to google_privateca_certificate. (#​9915)
  • compute: allowed setting ip_address field of google_compute_router_peer (#​9913)
  • compute: promoted google_compute_service_attachment to ga (#​9914)
  • compute: promoted role and purpose fields in google_compute_subnetwork to ga (#​9914)
  • kms: added support for destroy_scheduled_duration to google_kms_crypto_key (#​9911)

BUG FIXES:

  • endpoints: fixed a timezone discrepancy in config_id on google_endpoints_service (#​9912)
  • cloudbuild: marked google_cloudbuild_trigger as requiring one of branch_name/tag_name/commit_sha within build.source.repo_source (#​9952)
  • compute: fixed a crash on enable field of google_compute_router_peer (#​9940)
  • compute: fixed a permanent diff for next_hop_instance_zone on google_compute_route when next_hop_instance was set to a self link (#​9931)
  • compute: fixed an issue in google_compute_router_nat where removing log_config resulted in a perma-diff (#​9950)
  • privateca: fixed a permadiff bug for publishing_options on google_privateca_ca_pool when both attributes set false (#​9926)
  • spanner: fixed instance updates to processing units (#​9933)
  • storage: added support for timeouts on google_storage_bucket_object (#​9937)

v3.82.0

Compare Source

FEATURES:

  • New Resource: google_privateca_certificate_template (#​9905)
  • New Resource: google_compute_firewall_policy (#​9887)
  • New Resource: google_compute_firewall_policy_association (#​9887)
  • New Resource: google_compute_firewall_policy_rule (#​9887)

IMPROVEMENTS:

  • sql: added field collation to google_sql_database_instance (#​9888)

BUG FIXES:

  • apigateway: fixed import functionality for all apigateway resources (#​9871)
  • dns: fixed not-exists error message on data source google_dns_managed_zone (#​9898)
  • healthcare: fixed bug where changes to google_healthcare_hl7_v2_store.parser_config subfields would error with "...parser_config.version field is immutable..." (#​9900)
  • os_config: fixed imports for google_os_config_guest_policies (#​9872)
  • pubsub: added polling to google_pubsub_schema to deal with eventually consistent deletes (#​9863)
  • secretmanager: fixed an issue where replication fields would not update in google_secret_manager_secret (#​9894)
  • service_usage: fixed imports on google_service_usage_consumer_quota_override (#​9876)
  • sql: fixed a permadiff bug for type when BUILT_IN on google_sql_user (#​9864)
  • sql: fixed bug in google_sql_user with CLOUD_IAM_USERs on POSTGRES. (#​9859)

v3.81.0

Compare Source

IMPROVEMENTS:

  • compute: Added enable attribute to google_compute_router_peer (#​9776)
  • compute: added support for L3_DEFAULT as ip_protocol for google_compute_forwarding_rule and UNSPECIFIED as protocol for google_compute_region_backend_service to support network load balancers that forward all protocols and ports. (#​9799)
  • compute: added support for security_settings to google_compute_backend_service (#​9797)
  • essentialcontacts: promoted google_essential_contacts_contact to GA (#​9822)
  • gkehub: added google_gke_hub_membership support for both //container.googleapis.com/${google_container_cluster.my-cluster.id} and google_container_cluster.my-cluster.id in endpoint.0.gke_cluster.0.resource_link (#​9765)
  • provider: Added provider support for request_reason (#​9794)
  • provider: added support for billing_project across all resources. If user_project_override is set to true and a billing_project is set, the X-Goog-User-Project header will be sent for all resources. (#​9852)

BUG FIXES:

  • assuredworkloads: fixed resource deletion so google_assured_workloads_workload can delete what it creates (#​9835)
  • bigquery: fixed the permadiff bug on location of the google_bigquery_dataset (#​9810)
  • composer: fixed environment version regexp to explicitly require . (dot) instead of any character after 'preview' (example: composer-2.0.0-preview.0-airflow-2.1.1) (#​9804)
  • compute: changed wait_for_instances in google_compute_instance_group_manager and google_compute_region_instance_group_manager to no longer block plan / refresh, waiting on managed instance statuses during apply instead (#​9832)
  • compute: fixed a bug where negative_caching_policy cannot be set always revalidate on google_compute_backend_service (#​9821)
  • compute: fixed instances where compute resource calls would have their urls appended with a redundant /projects after the host (#​9834)
  • firestore: removed diff for server generated field __name__ on google_firestore_index (#​9820)
  • privateca: fixed the creation of subordinate google_privateca_certificate_authority with max_issuer_path_length = 0. (#​9856)
  • privateca: Fixed null for ignore_active_certificates_on_deletion on the imported google_privateca_certificate_authority (#​9781)

v3.80.0

Compare Source

FEATURES:

  • New Resource: google_dialogflow_cx_environment (#​9738)

IMPROVEMENTS:

  • gkehub: added support for both //container.googleapis.com/${google_container_cluster.my-cluster.id} and google_container_cluster.my-cluster.id references in google_gke_hub_membership.endpoint.0.gke_cluster.0.resource_link (#​9765)
  • kms: added name field to google_kms_crypto_key_version datasource (#​9762)

BUG FIXES:

  • apigee: fixed update behavior on google_apigee_envgroup (#​9740)
  • privateca: fixed a failure to create google_privateca_certificate_authority of type SUBORDINATE due to an invalid attempt to activate it on creation. (#​9761)

v3.79.0

Compare Source

NOTES:

  • spanner: The num_nodes field on google_spanner_instance will have its default removed in a future major release, and either num_nodes or processing_units will be required. (#​9716)

FEATURES:

  • New Resource: google_dialogflow_cx_entity_type (#​9717)
  • New Resource: google_dialogflow_cx_page (#​9683)

IMPROVEMENTS:

  • spanner: added processing_units to google_spanner_instance (#​9716)
  • storage: added support for customer_encryption on resource_storage_bucket_object (#​9704)

v3.78.0

Compare Source

FEATURES:

  • New Resource: google_gke_hub_membership (#​9616)

IMPROVEMENTS:

  • servicenetworking: added support for user_project_override and billing_project to google_service_networking_connection (#​9668)

BUG FIXES:

  • storagetransfer: Fixed a crash on azure_blob_storage_data_source for google_storage_transfer_job (#​9644)
  • sql: fixed bug that wouldn't insert the google_sql_user in state for iam users. (#​9625)
  • storage: fixed a crash when azure_credentials was defined in google_storage_transfer_job (#​9671)

v3.77.0: 3.77.0

Compare Source

3.77.0 (July 26, 2021)

FEATURES:

  • New Resource: google_scc_notification_config (#​9578)

IMPROVEMENTS:

  • compute: fixed a permadiff bug in log_config field of google_compute_region_backend_service (#​9568)
  • dlp: added crypto_replace_ffx_fpe_config and crypto_replace_ffx_fpe_config as primitive transformation types to google_data_loss_prevention_deidentify_template (#​9572)

BUG FIXES:

  • bigquerydatatransfer: fixed a bug where destination_dataset_id was required, it is now optional. (#​9605)
  • billing: Fixed ordering of budget_filter. projects on google_billing_budget (#​9598)
  • compute: removed default value of 0.8 from google_backend_service.backend.max_utilization and it will now default from API. All max_connections_xxx and max_rate_xxx will also default from API as these are all conditional on balancing mode. (#​9587)
  • sql: fixed bug where the provider would retry on an error if the database instance name couldn't be reused. (#​9591)

v3.76.0

Compare Source

FEATURES:

  • New Resource: google_dialogflow_cx_flow (#​9551)
  • New Resource: google_dialogflow_cx_intent (#​9537)
  • New Resource: google_dialogflow_cx_version (#​9554)
  • New Resource: google_network_services_edge_cache_keyset (#​9540)
  • New Resource: google_network_services_edge_cache_origin (#​9540)
  • New Resource: google_network_services_edge_cache_service (#​9540)

IMPROVEMENTS:

  • apigee: Added SLASH_22 support for peering_cidr_range on google_apigee_instance (#​9558)
  • cloudbuild: Added pubsub_config and webhook_config parameter to google_cloudbuild_trigger. (#​9541)

BUG FIXES:

  • pubsub: fixed pubsublite update issues (#​9544)

v3.75.0

Compare Source

FEATURES:

  • New Resource: google_privateca_ca_pool (#​9480)
  • New Resource: google_privateca_certificate (#​9480)
  • New Resource: google_privateca_certificate_authority (#​9480)

IMPROVEMENTS:

  • bigquery: added kms_key_version as an output on bigquery_table.encryption_configuration and the destination_encryption_configuration blocks of bigquery_job.query, bigquery_job.load, and bigquery_copy. (#​9500)
  • compute: added advanced_machine_features to google_compute_instance (#​9470)
  • compute: promoted all cdn_policy sub fields in google_compute_backend_service, google_compute_region_backend_service and google_compute_backend_bucket to GA (#​9432)
  • dlp: Added replace_with_info_type_config to dlp_deidentify_template. (#​9446)
  • storage: added temporary_hold and event_based_hold attributes to google_storage_bucket_object (#​9487)

BUG FIXES:

  • bigquery: Fixed permadiff due to lowercase mode/type in google_bigquery_table.schema (#​9499)
  • billing: made all_updates_rule.* fields updatable on google_billing_budget (#​9473)
  • billing: made amount.specified_amount.units updatable on google_billing_budget (#​9465)
  • compute: fixed perma-diff in google_compute_instance (#​9460)
  • storage: fixed handling of object paths that contain slashes for google_storage_object_access_control (#​9502)

v3.74.0

Compare Source

FEATURES:

  • New Resource: google_app_engine_service_network_settings (#​9414)
  • New Resource: google_vertex_ai_dataset (#​9411)
  • New Resource: google_cloudbuild_worker_pool (#​9417)

IMPROVEMENTS:

  • bigtable: added cluster.kms_key_name field to google_bigtable_instance (#​9393)
  • compute: promoted all cdn_policy sub fields in google_compute_backend_service, google_compute_region_backend_service and google_compute_backend_bucket to GA (#​9432)
  • secretmanager: added ttl, expire_time, topics and rotation fields to google_secret_manager_secret (#​9398)

BUG FIXES:

  • container: allowed setting node_config.service_account at the same time as enable_autopilot = true for google_container_cluster (#​9399)
  • container: fixed issue where creating a node pool with a name that already exists would import that resource. google_container_node_pool (#​9424)
  • dataproc: fixed crash when creating google_dataproc_workflow_template with secondary_worker_config empty except for num_instances = 0 (#​9381)
  • filestore: fixed an issue in google_filestore_instance where creating two instances simultaneously resulted in an error. (#​9396)
  • sql: added support for binary_logging on replica instances for googe_sql_database_instance (#​9428)

v3.73.0

Compare Source

FEATURES:

  • New Resource: google_dialogflow_cx_agent (#​9338)

IMPROVEMENTS:

  • provider: added support for mtls authentication (#​9382)
  • compute: added advanced_machine_features fields to google_compute_instance_template (#​9363)
  • compute: promoted custom_response_headers to GA for google_compute_backend_service and google_compute_backend_bucket (#​9374)
  • redis: allowed redis_version to be upgraded on google_redis_instance (#​9378)
  • redis: promoted fields transit_encryption_mode and server_ca_certs to GA on google_redis_instance (#​9378)

BUG FIXES:

  • apigee: added SLASH_23 support for peering_cidr_range on google_apigee_instance (#​9343)
  • cloudrun: fixed a bug where plan would should a diff on google_cloud_run_service if the order of the template.spec.containers.env list was re-ordered outside of terraform. (#​9340)
  • container: added user_project_override support to the ContainerOperationWaiter used by google_container_cluster (#​9379)

v3.72.0: 3.72.0

Compare Source

IMPROVEMENTS:

  • compute: added support for IPsec-encrypted Interconnect in the form of new fields on google_compute_router, google_compute_ha_vpn_gateway, google_compute_interconnect_attachment and google_compute_address(#​9288)
  • container: Allowed specifying a cluster id field for google_container_node_pool.cluster to ensure that a node pool is recreated if the associated cluster is recreated. (#​9309)
  • storagetransfer: added support for azure_blob_storage_data_source to google_storage_transfer_job (#​9311)

BUG FIXES:

  • bigquery: Fixed google_bigquery_table.schema handling of policyTags (#​9302)
  • bigtable: fixed bug that would error if creating multiple bigtable gc policies at the same time (#​9305)
  • compute: fixed bug where encryption showed a perma-diff on resources created prior to the feature being released. (#​9303)
terraform-google-modules/terraform-google-bigquery (terraform-google-modules/bigquery/google)

v5.4.3

Compare Source

Bug Fixes

v5.4.2

Compare Source

Bug Fixes
  • Workaround issue causing permanent diff in access list (#​157) (cfa0c8c)

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Features
terraform-google-modules/terraform-google-cloud-router (terraform-google-modules/cloud-router/google)

v1.3.0

Compare Source

Features
terraform-google-modules/terraform-google-group (terraform-google-modules/group/google)

v0.7.0

Compare Source

Features
  • deps: Update Terraform Google Provider to v6 (major) (#​73) (65e8c6b)

v0.6.1

Compare Source

Bug Fixes
  • upgraded versions.tf to include minor bumps from tpg v5 (#​56) (bd41d84)

v0.6.0

Compare Source

Features

v0.5.0

Compare Source

Features

v0.4.0

Compare Source

Features
terraform-google-modules/terraform-google-iam (terraform-google-modules/iam/google)

v7.7.1

Compare Source

Bug Fixes
  • upgraded versions.tf to include minor bumps from tpg v5 (#​199) (a4debef)

v7.7.0

Compare Source

Features
  • add iam submodule for tag keys and values (#​190) (91ff044)
  • set permissions and member field optional in custom-role sub-module (#​195) (e5da8da)

v7.6.0

Compare Source

Features
Bug Fixes

v7.5.0

Compare Source

Features
Bug Fixes
7.4.1 (2022-03-02)
Bug Fixes
  • pass stage to *_custom_role resources (255a427)
terraform-google-modules/terraform-google-kubernetes-engine (terraform-google-modules/kubernetes-engine/google)

v16.1.1

Compare Source

16.1.1 (2021-08-21)
Bug Fixes
terraform-google-modules/terraform-google-log-export (terraform-google-modules/log-export/google)

v7.8.2

Compare Source

Bug Fixes

v7.8.1

Compare Source

Bug Fixes
  • CI: increase provider timeout for bucket creation (#​195) (81f37d1)
  • deps: lint

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant