Skip to content

chore(deps): update terraform

Common Ground Bot requested to merge renovate/terraform into main

This MR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.41.0 -> 5.42.0
azurerm (source) required_provider minor 3.96.0 -> 3.97.1

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.42.0

Compare Source

FEATURES:

  • New Data Source: aws_redshift_producer_data_shares (#​36481)
  • New Resource: aws_devopsguru_event_sources_config (#​36485)
  • New Resource: aws_devopsguru_resource_collection (#​36489)
  • New Resource: aws_dynamodb_table_export (#​30399)

ENHANCEMENTS:

  • data-source/aws_vpc_peering_connection: Add ipv6_cidr_block_set and peer_ipv6_cidr_block_set attributes (#​36391)
  • resource/aws_datasync_location_hdfs: Add kerberos_keytab_base64 and kerberos_krb5_conf_base64 arguments (#​36072)
  • resource/aws_finspace_kx_dataview: Add read_write and segment_configuration.on_demand arguments (#​36486)
  • resource/aws_rds_cluster: Add enable_local_write_forwarding argument to support Aurora MySQL local write forwarding (#​34370)

BUG FIXES:

  • provider: Change the default AWS SDK for Go v2 API client RateLimiter to ratelimit.None so that services migrated to AWS SDK for Go v2 maintain behavioral compatibility with AWS SDK for Go v1 (#​36467)
  • resource/aws_appautoscaling_policy: Fix errors when importing an MSK storage autoscaling policy (#​34934)
  • resource/aws_appautoscaling_scheduled_action: Always send start_time and end_time values on update when configured (#​33713)
  • resource/aws_appautoscaling_scheduled_action: Read correct resource by using scalable_dimension as an additional filter (#​34382)
  • resource/aws_datasync_location_azure_blob: Fix missing container_url attribute value and bad subdirectory attribute value from state read/refresh (#​36072)
  • resource/aws_datasync_location_efs: Fix missing efs_file_system_arn attribute value from state read/refresh (#​36072)
  • resource/aws_datasync_location_hdfs: Mark qop_configuration as Computed (#​36072)
  • resource/aws_datasync_location_nfs: Fix missing server_hostname attribute value from state read/refresh (#​36072)
  • resource/aws_datasync_location_s3: Fix missing s3_bucket_arn attribute value from state read/refresh (#​36072)
  • resource/aws_datasync_location_smb: Fix missing server_hostname attribute value from state read/refresh (#​36072)
  • resource/aws_dms_replication_config: Fix persistent change in replication_settings (#​35670)
  • resource/aws_dms_replication_task: Fix persistent change in replication_task_settings (#​35670)
  • resource/aws_eks_access_entry: Always send kubernetes_groups and user_name values on update when configured (#​36484)
  • resource/aws_glue_job: Adjust number_of_workers minimum value to 1 (#​36458)
  • resource/aws_lexv2models_slot: Fix custom_payload typo (#​36488)
  • resource/aws_route: Allow resource creation if a propagated route to the same destination exists (#​36512)
  • resource/aws_vpn_connection: local_ipv6_network_cidr, remote_ipv6_network_cidr, tunnel1_inside_ipv6_cidr, and tunnel2_inside_ipv6_cidr no longer require transit_gateway_id to be specified (#​36405)
hashicorp/terraform-provider-azurerm (azurerm)

v3.97.1

Compare Source

ENHANCEMENTS:

  • azurerm_nginx_deployment - support for the configuration block (#​24276)

BUG FIXES:

  • azurerm_data_factory_integration_runtime_self_hosted - ensure that autorizationh keys are exported (#​25246)
  • azurerm_storage_account - defaulting the value for dns_endpoint_type to Standard when it's not returned from the Azure API (#​25367)

v3.97.0

Compare Source

BREAKING CHANGES:

  • azurerm_linux_function_app - app_settings["WEBSITE_RUN_FROM_PACKAGE"] must be added to ignore_changes for deployments where an external tool modifies the WEBSITE_RUN_FROM_PACKAGE property in the app_settings block. (#​24848)
  • azurerm_linux_function_app_slot - app_settings["WEBSITE_RUN_FROM_PACKAGE"] must be added to ignore_changes for deployments where an external tool modifies the WEBSITE_RUN_FROM_PACKAGE property in the app_settings block. (#​24848)

FEATURES:

  • New Resource: azurerm_elastic_san_volume (#​24802)

ENHANCEMENTS:

  • dependencies: updating to v0.25.3 of github.com/tombuildsstuff/giovanni (#​25362)
  • dependencies: updating to v0.20240321.1145953 of github.com/hashicorp/go-azure-sdk (#​25332)
  • dependencies: updating to v0.25.2 of github.com/tombuildsstuff/giovanni (#​25305)
  • azurestackhci: updating to API Version 2024-01-01 (#​25279)
  • monitor/scheduledqueryrules: updatingt to API version 2023-03-15-preview (#​25350)
  • cosmosdb: updating to use the transport layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#​25166)
  • Data Source azurerm_stack_hci_cluster: refactoring the association to use hashicorp/go-azure-sdk (#​25293)
  • azurerm_app_configuration - support for Environments other than Azure Public (#​25271)
  • azurerm_automanage_configuration - refactoring to use hashicorp/go-azure-sdk (#​25293)
  • azurerm_container_app_environment - add support for Consumption workload profile (#​25285)
  • azurerm_cosmosdb_postgresql_cluster - expose list of server names and FQDN in the servers block (#​25240)
  • azurerm_data_share - hyphens are now allowed in the resource's name (#​25242)
  • azurerm_data_factory_integration_runtime_azure_ssis - support for the copy_compute_scale and pipeline_external_compute_scale blocks (#​25281)
  • azurerm_healthcare_service - support for the identity and configuration_export_storage_account_name properties (#​25193)
  • azurerm_nginx_deployment - support the auto_scale_profile block (#​24950)
  • azurerm_netapp_account_resource - support for the kerberos_ad_name, kerberos_kdc_ip property, enable_aes_encryption, local_nfs_users_with_ldap_allowed, server_root_ca_certificate, ldap_over_tls_enabled, and ldap_signing_enabled properties (#​25340)
  • azurerm_netapp_account_resource - support for [Support for Azure Netapp Files - AD Site Name #​12462] via the site_name property (#​25340)
  • azurerm_stack_hci_cluster: refactoring the association to use hashicorp/go-azure-sdk (#​25293)
  • azurerm_storage_account - support for the dns_endpoint_type property (#​22583)
  • azurerm_storage_blob_inventory_policy - refactoring to use hashicorp/go-azure-sdk (#​25268)
  • azurerm_synapse_spark_pool - added support for 3.4 (#​25319)

BUG FIXES:

  • Data Source: azurerm_storage_blob - fix a bug that incorrectly parsed the endpoint in the resource ID (#​25283)
  • Data Source: azurerm_storage_table_entity - fixing a regression when parsing the table endpoint (#​25307)
  • netapp_account_resource - correct the smb_server_name property validation (#​25340)
  • azurerm_backup_policy_file_share - prevent a bug when the include_last_days property does not work when days is empty (#​25280)
  • azurerm_backup_policy_vm - prevent a bug when the include_last_days property does not work when days is empty (#​25280)
  • azurerm_container_app_custom_domain - prevent an issue where the secret was not being passed through (#​25196) (#​25251)
  • azurerm_data_protection_backup_instance_kubernetes_cluster - prevent the protection errosr ScenarioPluginInvalidWorkflowDataRequest and UserErrorKubernetesBackupExtensionUnhealthy [azurerm_data_protection_backup_instance_kubernetes_cluster is created with message "Fix protection error for the backup instance" and code ScenarioPluginInvalidWorkflowDataRequest #​25294] (#​25345)
  • azurerm_purview_account - will now allow for PurView accounts with missing or disabled eventhubs without keys (#​25301)
  • azurerm_storage_account - fix a crash when the storage account becomes unavailable whilst reading (#​25332)
  • azurerm_storage_blob - fixing a regression where blobs within a nested directory wouldn't be parsed correctly (#​25305)
  • azurerm_storage_data_lake_gen2_path - fixing a bug where there was no timeout available during import (#​25282)
  • azurerm_storage_queue - fixing a bug where the Table URI was obtained rather than the Queue URI (#​25262)
  • azurerm_subscription - fixing an issue when creating a subscription alias (#​25181)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by Common Ground Bot

Merge request reports