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

deps: update Terraform dependencies #3637

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2025

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.84.0 -> 5.86.1
azurerm (source) required_provider minor 4.16.0 -> 4.18.0
google (source) required_provider minor 6.17.0 -> 6.20.0
stackit (source) required_provider minor 0.38.1 -> 0.41.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hashicorp/terraform-provider-aws (aws)

v5.86.1

Compare Source

BUG FIXES:

  • data-source/aws_vpclattice_service: Fix regression resulting in AccessDeniedError attempting to list tags (#​41295)
  • data-source/aws_vpclattice_service_network: Fix regression resulting in AccessDeniedError attempting to list tags (#​41295)
  • resource/aws_cloudtrail: Fix regression issue where sns_topic_name shows perpectual diff when an ARN of a SNS topic from a different region is specified (#​41279)
  • resource/aws_s3_bucket_lifecycle_configuration: Fixes "inconsistent result" error when rule[*].prefix is an empty string. (#​41296)

v5.86.0

Compare Source

NOTES:

  • resource/aws_s3_bucket_lifecycle_configuration: When upgrading existing resources with no defined prefix, the Terraform plan will show the removal of prefix from state. This is expected, and should not occur on subsequent plans. (#​41159)

ENHANCEMENTS:

  • data-source/aws_rds_cluster: Add monitoring_interval and monitoring_role_arn attributes (#​41002)
  • provider: Support us-isof-east-1 and us-isof-south-1 as valid AWS Regions (#​41243)
  • resource/aws_fms_policy: Add security_service_policy_data.policy_option.network_acl_common_policy argument to allow creation of FMS-managed NACL rules (#​41219)
  • resource/aws_rds_cluster: Add monitoring_interval and monitoring_role_arn arguments (#​41002)
  • resource/aws_sqs_queue: Accommodate accounts that take longer to process with customizable timeouts. (#​41232)

BUG FIXES:

  • resource/aws_gamelift_game_server_group: Correctly plan tags_all value (#​41256)
  • resource/aws_instance: Properly cancel spot instance requests on destroy when instance_lifecycle is spot (#​41206)
  • resource/aws_route53_zone: Fix panic: runtime error: invalid memory address or nil pointer dereference when deleting the resource would otherwise return an error (#​41260)
  • resource/aws_s3_bucket_lifecycle_configuration: Properly handle default value of transition_default_minimum_object_size (#​41159)
  • resource/aws_wafv2_web_acl: Properly set rule during import (#​41205)

v5.85.0

Compare Source

NOTES:

  • resource/aws_macie2_invitation_accepter: Maintainers are unable to acceptance test the regression fix included in this release. This patch is best effort, and we ask for community help in assessing the change. (#​41163)

FEATURES:

  • New Data Source: aws_vpc_ipam (#​40459)
  • New Data Source: aws_vpc_ipams (#​40459)
  • New Ephemeral Resource: aws_secretsmanager_random_password (#​41106)
  • New Resource: aws_guardduty_member_detector_feature (#​35625)
  • New Resource: aws_route53domains_domain (#​37885)
  • New Resource: aws_timestreamquery_scheduled_query (#​41145)
  • New Resource: aws_vpclattice_resource_configuration (#​41019)
  • New Resource: aws_vpclattice_service_network_resource_association (#​41057)

ENHANCEMENTS:

  • data-source/aws_ec2_transit_gateway_dx_gateway_attachment: Add arn attribute (#​41086)
  • data-source/aws_ec2_transit_gateway_peering_attachment: Add arn attribute (#​41087)
  • data-source/aws_ec2_transit_gateway_vpc_attachment: Add arn attribute (#​41084)
  • data-source/aws_ecs_task_definition: Add missing attributes (#​41081)
  • data-source/aws_launch_template: Add network_interfaces.connection_tracking_specification attribute (#​41184)
  • resource/aws_appflow_connector_profile: Add connector_profile_config.connector_profile_properties.salesforce.use_privatelink_for_metadata_and_authorization argument (#​41175)
  • resource/aws_autoscaling_policy: Add target_tracking_configuration.customized_metric_specification.metrics.metric_stat.period argument to support high-resolution metrics (#​41066)
  • resource/aws_bedrockagent_data_source: Add data_source_configuration.confluence_configuration, data_source_configuration.salesforce_configuration, data_source_configuration.share_point_configuration, and data_source_configuration.web_configuration arguments (#​40711)
  • resource/aws_bedrockagent_knowledge_base: Add knowledge_base_configuration.vector_knowledge_base_configuration.embedding_model_configuration and knowledge_base_configuration.vector_knowledge_base_configuration.supplemental_data_storage_configuration arguments (#​40737)
  • resource/aws_bedrockagent_knowledge_base: Improve retry handling for IAM propagation and OpenSearch data access propagation errors (#​40737)
  • resource/aws_cloudtrail : Add sns_topic_arn attribute (#​41168)
  • resource/aws_cloudtrail_event_data_store: Add suspend argument (#​40607)
  • resource/aws_cloudwatch_event_connection: Add invocation_connectivity_parameters argument (#​41144)
  • resource/aws_ec2_transit_gateway_peering_attachment: Add arn attribute (#​41087)
  • resource/aws_ec2_transit_gateway_vpc_attachment: Add arn attribute (#​41084)
  • resource/aws_ecs_task_definition: Add enable_fault_injection argument (#​41078)
  • resource/aws_launch_template: Add network_interfaces.connection_tracking_specification argument (#​41184)
  • resource/aws_media_convert_queue: Add concurrent_jobs argument (#​41012)
  • resource/aws_medialive_multiplex_program: Add configurable create timeout (#​40972)
  • resource/aws_organizations_account: Add configurable timeouts for Create and Delete (#​41059)
  • resource/aws_pinpoint_email_channel: Add orchestration_sending_role_arn argument (#​41043)
  • resource/aws_pipes_pipe: Add kms_key_identifier argument (#​41082)
  • resource/aws_rds_cluster: Support instance as a valid value for enabled_cloudwatch_logs_exports (#​41111)
  • resource/aws_rekognition_project: Add tags argument and tags_all attribute (#​41192)
  • resource/aws_vpc_endpoint: Add resource_configuration_arn and service_network_arn arguments to support creating VPC Endpoints of type Resource and ServiceNetwork (#​41116)
  • resource/aws_vpc_endpoint_security_group_association: Add import support (#​41042)

BUG FIXES:

  • data-source/aws_opensearchserverless_collection: Prevent errant AutoFlex errors when setting created_date and last_modified_date attributes (#​41105)
  • resource/aws_ami_ids: Fix sort_ascending to sort in ascending order (#​40529)
  • resource/aws_bedrockagent_knowledge_base: Remove ForceNew behavior from role_arn argument (#​41072)
  • resource/aws_cloudwatch_log_delivery: Fix Provider produced inconsistent result after apply errors for s3_delivery_configuration.enable_hive_compatible_path (#​41122)
  • resource/aws_cloudwatch_log_delivery: Mark field_delimiter as Computed (#​41122)
  • resource/aws_cognito_identity_provider: Correct plan-time validation of provider_name to count UTF-8 characters properly (#​41187)
  • resource/aws_cognito_user_group: Correct plan-time validation of name to count UTF-8 characters properly (#​41187)
  • resource/aws_cognito_user_pool_client: Correct plan-time validation of callback_urls, default_redirect_uri, logout_urls, and supported_identity_providers` to count UTF-8 characters properly (#​41187)
  • resource/aws_dms_replication_task: Fix panic: interface conversion: interface {} is float64, not string (#​41096)
  • resource/aws_elasticache_serverless_cache: Fix InvalidParameterCombination error during update (#​40969)
  • resource/aws_iam_server_certificate: Allow update of name, name_prefix, and path without forcing new resource (#​41186)
  • resource/aws_macie2_invitation_accepter: Properly set invitation_id when calling the AcceptInvitation API (#​41163)
hashicorp/terraform-provider-azurerm (azurerm)

v4.18.0

Compare Source

ENHANCEMENTS:

  • dependencies: appconfiguration - update to API version 2024-05-01 (#​28700)
  • dependencies: update azurerm_cdn_frontdoor_rule to API version 2024-02-01 (#​28308)
  • dependencies: update azurerm_cdn_frontdoor_ruleset to API version 2024-02-01 (#​28308)
  • dependencies: update go-azure-sdk to v0.20250131.1134653 (#​28674)
  • Data Source: azurerm_cdn_frontdoor_firewall_policy - add support for js_challenge_cookie_expiration_in_minutes policy (#​28284)
  • Data Source: azurerm_nginx_configuration - add support for the protected_file.content_hash property (#​28532)
  • azurerm_cdn_frontdoor_firewall_policy - add support for js_challenge_cookie_expiration_in_minutes policy (#​28284)
  • azurerm_cdn_frontdoor_firewall_policy - add support for JSChallenge action type in the managed_rule override block (#​28308)
  • azurerm_container_app - add support for the volume_mounts.sub_path property (#​27533)
  • azurerm_nginx_configuration - add support for the protected_file.content_hash property (#​28532)
  • azurerm_palo_alto_next_generation_firewall_virtual_hub_local_rulestack - add support for the marketplace_offer_id and plan_id properties (#​28537)
  • azurerm_palo_alto_next_generation_firewall_virtual_hub_panorama - add support for the marketplace_offer_id and plan_id properties (#​28537)
  • azurerm_palo_alto_next_generation_firewall_virtual_network_local_rulestack - add support for the marketplace_offer_id and plan_id properties (#​28537)
  • azurerm_palo_alto_next_generation_firewall_virtual_network_panorama - add support for the marketplace_offer_id and plan_id properties (#​28537)
  • azurerm_route_server - add support for the hub_routing_preference property (#​28363)

BUG FIXES:

  • azurerm_logic_app_action_http - fix issue where queries would be set to an empty map instead of null when omitted from the configuration (#​28447)
  • azurerm_machine_learning_compute_cluster - allow resource creation when node_public_ip_enabled is false and subnet_resource_id has not been specified (#​28673)
  • azurerm_network_watcher_flow_log - prevent panic when removing the traffic_analytics block (#​28416)
  • azurerm_oracle_autonomous_database - fix incorrect type for the supported_regions_to_clone_to property (#​28536)

v4.17.0

Compare Source

FEATURES:

  • New Data Source: azurerm_api_management_subscription (#​27824)
  • New Resource: azurerm_cognitive_account_rai_policy (#​28013)
  • New Resource: azurerm_mssql_job_target_group (#​28492)

ENHANCEMENTS:

  • dependencies: network - update to use 2024-05-01 (#​28146)
  • dependencies: privatedns - update to use 2024-06-01 (#​28599)
  • dependencies: storage - update to use 2023-05-01 (#​27760)
  • Data Source: azure_communication_service - add support for the hostname property (#​28620)
  • azurerm_api_management - capacity now has a max limit of 50 (#​28648)
  • azurerm_backup_protected_vm - add support for feature vm_backup_suspend_protection_and_retain_data_on_destroy (#​27950)
  • azurerm_cognitive_account - support for the bypass property (#​28221)
  • azure_communication_service - add support for the hostname property (#​28620)
  • azurerm_container_app_environment - add support for Azure Monitor as a log destination (#​26047)
  • azurerm_mssql_elasticpool- add support for MOPRMS pool type and update validation for PRMS and Gen5 pool types (#​28453)
  • azurerm_mssql_managed_instance_transparent_data_encryption - support for the managed_hsm_key_id property (#​28480)
  • azurerm_stream_analytics_output_cosmosdb - support for the authentication_mode property (#​28372)
  • azurerm_stream_analytics_stream_input_blob - add support for authentication_mode (#​27853)

BUG FIXES:

  • azurerm_container_app - update the validation regex for the resource's name (#​28528)
  • azurerm_kubernetes_cluster - parse oms_agent.log_analytics_workspace_id insensitively to handle inconsistent casing (#​28575)
  • azurerm_kubernetes_flux_configuration - fix issue where removing post_build from a kustomization resulted in an error from the API (#​28590)
  • azurerm_linux_virtual_machine_scale_set - prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#​28549)
  • azurerm_log_analytics_storage_insights - use subscription from workspace ID when building the resource ID (#​28469)
  • azurerm_orchestrated_virtual_machine_scale_set - prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#​28549)
  • azurerm_virtual_machine - parse os_disk insensitively to handle inconsistent casing (#​28592)
  • azurerm_windows_virtual_machine_scale_set - Prevent crash caused by ommited extensions_to_provision_after_vm_creation block (#​28549)
hashicorp/terraform-provider-google (google)

v6.20.0

Compare Source

v6.19.0

Compare Source

DEPRECATIONS:

  • beyondcorp: deprecated location on google_beyondcorp_security_gateway. The only valid value is global, which is now also the default value. The field will be removed in a future major release. (#​21006)

FEATURES:

  • New Data Source: google_parameter_manager_parameter_version (#​21055)
  • New Data Source: google_parameter_manager_parameters (#​21043)
  • New Data Source: google_parameter_manager_regional_parameter_version (#​21073)
  • New Resource: google_beyondcorp_security_gateway_iam_binding (#​21078)
  • New Resource: google_beyondcorp_security_gateway_iam_member (#​21078)
  • New Resource: google_beyondcorp_security_gateway_iam_policy (#​21078)

IMPROVEMENTS:

  • accesscontextmanager: added etag to google_access_context_manager_service_perimeter_dry_run_resource to prevent overriding list of resources (#​21005)
  • compute: allowed parallelization of google_compute_(region_)per_instance_config by not locking on the parent resource, but including instance name. (#​21001)
  • compute: added network_profile field to google_compute_network resource. (#​21027)
  • compute: added zero_advertised_route_priority field to google_compute_router_peer (#​21024)
  • container: added max_run_duration to node_config in google_container_cluster and google_container_node_pool (#​21071)
  • dataproc: added encryption_config to google_dataproc_workflow_template (#​21077)
  • gkehub2: added support for fleet_default_member_config.config_management.config_sync.metrics_gcp_service_account_email field to google_gke_hub_feature resource (#​21042)
  • iam: added prefix and regex fields to google_service_accounts data source (#​21020)
  • pubsub: added ingestion_data_source_settings.aws_msk and ingestion_data_source_settings.confluent_cloud fields to google_pubsub_topic resource (#​20999)
  • spanner: added encryption_config field to google_spanner_backup_schedule (#​21067)
  • workflows: added tags and workflow_tags fields to google_workflows_workflow resource (#​21053)

BUG FIXES:

  • alloydb: marked google_alloydb_user.password as sensitive (#​21014)
  • beyondcorp: corrected location to always be global in google_beyondcorp_security_gateway (#​21006)
  • cloudquotas: removed validation for parent in google_cloud_quotas_quota_adjuster_settings (#​21054)
  • compute: made google_compute_router_peer.advertised_route_priority use server-side default if unset. To set the value to 0 you must also set zero_advertised_route_priority = true. (#​21024)
  • container: fixed a diff caused by server-side set values for node_config.resource_labels (#​21082)
  • container: marked cluster_autoscaling.resource_limits.maximum as required, as requests would fail if it was not set (#​21051)
  • firestore: fixed error preventing deletion of wildcard google_firestore_field resources (#​21034)
  • netapp: fixed an issue where a diff on zone would be found if it was unspecified in google_netapp_storage_pool (#​21060)
  • networksecurity: fixed sporadic-diff in google_network_security_security_profile (#​21070)
  • spanner: fixed bug with google_spanner_instance.force_destroy not setting billing_project value correctly (#​21023)
  • storage: fixed an issue where plans with a dependency on the content field in the google_storage_bucket_object_content data source could erroneously fail (#​21074)

v6.18.1

Compare Source

BUG FIXES:

  • container: fixed a diff caused by server-side set values for node_config.resource_labels (#​21082)

v6.18.0

Compare Source

FEATURES:

  • New Data Source: google_compute_instance_template_iam_policy (#​20954)
  • New Data Source: google_kms_key_handles (#​20985)
  • New Data Source: google_organizations (#​20965)
  • New Data Source: google_parameter_manager_parameter (#​20953)
  • New Data Source: google_parameter_manager_regional_parameters (#​20958)
  • New Resource: google_apihub_api_hub_instance (#​20948)
  • New Resource: google_chronicle_retrohunt (#​20962)
  • New Resource: google_colab_runtime (#​20940)
  • New Resource: google_colab_runtime_template_iam_binding (#​20963)
  • New Resource: google_colab_runtime_template_iam_member (#​20963)
  • New Resource: google_colab_runtime_template_iam_policy (#​20963)
  • New Resource: google_compute_instance_template_iam_binding (#​20954)
  • New Resource: google_compute_instance_template_iam_member (#​20954)
  • New Resource: google_compute_instance_template_iam_policy (#​20954)
  • New Resource: google_gemini_code_repository_index (GA) (#​20941)
  • New Resource: google_gemini_repository_group (GA) (#​20941)
  • New Resource: google_gemini_repository_group_iam_member (GA) (#​20941)
  • New Resource: google_gemini_repository_group_iam_binding (GA) (#​20941)
  • New Resource: google_gemini_repository_group_iam_policy (GA) (#​20941)
  • New Resource: google_parameter_manager_parameter_version (#​20992)
  • New Resource: google_redis_cluster_user_created_connections (#​20977)

IMPROVEMENTS:

  • alloydb: added support for skip_await_major_version_upgrade field in google_alloydb_cluster resource, allowing for major_version to be updated (#​20923)
  • apigee: added properties field to google_apigee_environment resource (#​20932)
  • bug: added support for setting custom_learned_route_priority to 0 in 'google_compute_router_peer' by adding the zero_custom_learned_route_priority field (#​20952)
  • cloudrunv2: added build_config to google_cloud_run_v2_service (#​20979)
  • compute: added pdp_scope field to google_compute_public_advertised_prefix resource (#​20972)
  • compute: adding labels field to google_compute_interconnect_attachment (#​20971)
  • compute: fixed a issue where custom_learned_route_priority was accidentally set to 0 during updates in 'google_compute_router_peer' (#​20952)
  • filestore: added support for tags field to google_filestore_instance resource (#​20955)
  • networksecurity: added custom_mirroring_profile and custom_intercept_profile fields to google_network_security_security_profile and google_network_security_security_profile_group resources (#​20990)
  • pubsub: added enforce_in_transit fields to google_pubsub_topic resource (#​20926)
  • pubsub: added ingestion_data_source_settings.azure_event_hubs field to google_pubsub_topic resource (#​20922)
  • redis: added psc_service_attachments field to google_redis_cluster resource, to enable use of the fine-grained resource google_redis_cluster_user_created_connections (#​20977)

BUG FIXES:

  • apigee: fixed properties field update on google_apigee_environment resource (#​20987)
  • artifactregistry: fixed perma-diff in google_artifact_registry_repository (#​20989)
  • compute: fixed failure when creating google_compute_global_forwarding_rule with labels targeting PSC endpoint (#​20986)
  • container: fixed additive_vpc_scope_dns_domain being ignored in Autopilot cluster definition (#​20937)
  • container: fixed propagation of node_pool_defaults.node_config_defaults.insecure_kubelet_readonly_port_enabled in node config. (#​20936)
  • iam: fixed missing result by adding pagination for data source google_service_accounts. (#​20966)
  • metastore: increased timeout on google_dataproc_metastore_service operations to 75m from 60m. This will expose server-returned reasons for operation failure instead of masking them with a Terraform timeout. (#​20981)
  • resourcemanager: added a slightly longer wait (two 10s checks bumped to 15s) for issues with billing associations in google_project. Default network deletion should succeed more often. (#​20982)
stackitcloud/terraform-provider-stackit (stackit)

v0.41.0

Compare Source

What's Changed
New Contributors

Full Changelog: stackitcloud/terraform-provider-stackit@v0.40.0...v0.41.0

v0.40.0

Compare Source

What's Changed
New Contributors

Full Changelog: stackitcloud/terraform-provider-stackit@v0.39.1...v0.40.0

v0.39.1

Compare Source

What's Changed

Full Changelog: stackitcloud/terraform-provider-stackit@v0.39.0...v0.39.1

v0.39.0

Compare Source

What's Changed
New Contributors

Full Changelog: stackitcloud/terraform-provider-stackit@v0.38.1...v0.39.0


Configuration

📅 Schedule: Branch creation - "before 8am on wednesday" (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.

@renovate renovate bot requested a review from 3u13r as a code owner February 5, 2025 00:55
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 5, 2025
Copy link

netlify bot commented Feb 5, 2025

Deploy Preview for constellation-docs canceled.

Name Link
🔨 Latest commit 0b42d26
🔍 Latest deploy log https://app.netlify.com/sites/constellation-docs/deploys/67aae4c0925ecc000801e98d

@renovate renovate bot force-pushed the renovate/terraform-dependencies branch 4 times, most recently from 9cef269 to b8b5229 Compare February 10, 2025 21:10
@renovate renovate bot force-pushed the renovate/terraform-dependencies branch from b8b5229 to 0b42d26 Compare February 11, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants