Skip to content

Bump hashicorp/aws from 5.66.0 to 5.84.0 in /topics/terraform/basic/aws-ec2#14

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/topics/terraform/basic/aws-ec2/hashicorp/aws-5.84.0
Closed

Bump hashicorp/aws from 5.66.0 to 5.84.0 in /topics/terraform/basic/aws-ec2#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/topics/terraform/basic/aws-ec2/hashicorp/aws-5.84.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps hashicorp/aws from 5.66.0 to 5.84.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.84.0

NOTES:

  • resource/aws_kms_custom_key_store: We cannot acceptance test the support for external key stores added in this release. The impementation is best effort and we ask for community help in testing. (#40557)

FEATURES:

  • New Ephemeral Resource: aws_eks_cluster_auth (#40660)
  • New Resource: aws_media_packagev2_channel_group (#38406)

ENHANCEMENTS:

  • data-source/aws_ami: Add uefi_data attribute (#40210)
  • data-source/aws_ec2_instance_type: Add bandwidth_weightings, boot_modes, default_network_card_index, efa_maximum_interfaces, ena_srd_supported, inference_accelerators.memory_size, media_accelerators, network_cards, neuron_devices, nitro_enclaves_support, nitro_tpm_support, nitro_tpm_supported_versions, phc_support, supported_cpu_features, total_inference_memory, total_media_memory, and total_neuron_device_memory attributes (#40717)
  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for mx-central-1 AWS Region (#40940)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for mx-central-1 AWS Region (#40940)
  • data-source/aws_s3_bucket: Add hosted zone ID for mx-central-1 AWS Region (#40940)
  • provider: Support mx-central-1 as a valid AWS Region (#40940)
  • resource/aws_ami: Add uefi_data argument (#40210)
  • resource/aws_ami_copy: Add uefi_data attribute (#40210)
  • resource/aws_ami_from_instance: Add uefi_data attribute (#40210)
  • resource/aws_cloudtrail: Add userIdentity.arn to advanced_event_selector.field_selector (#40629)
  • resource/aws_elasticache_user: engine is now case insensitive (#40794)
  • resource/aws_elasticache_user_group: engine is now case insensitive (#40794)
  • resource/aws_globalaccelerator_accelerator: Add arn attribute (#40930)
  • resource/aws_globalaccelerator_custom_routing_accelerator: Add arn attribute (#40930)
  • resource/aws_globalaccelerator_custom_routing_listener: Add arn attribute (#40930)
  • resource/aws_globalaccelerator_listener: Add arn attribute (#40930)
  • resource/aws_kms_custom_key_store: Add support for external key stores (#40557)
  • resource/aws_lb_listener: Add routing_http_response_server_enabled, routing_http_response_strict_transport_security_header_value, routing_http_response_access_control_allow_origin_header_value, routing_http_response_access_control_allow_methods_header_value, routing_http_response_access_control_allow_headers_header_value, routing_http_response_access_control_allow_credentials_header_value, routing_http_response_access_control_expose_headers_header_value, routing_http_response_access_control_max_age_header_value, routing_http_response_content_security_policy_header_value, routing_http_response_x_content_type_options_header_value, routing_http_response_x_frame_options_header_value, routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name, routing_http_request_x_amzn_mtls_clientcert_issuer_header_name, routing_http_request_x_amzn_mtls_clientcert_subject_header_name, routing_http_request_x_amzn_mtls_clientcert_validity_header_name, routing_http_request_x_amzn_mtls_clientcert_leaf_header_name, routing_http_request_x_amzn_mtls_clientcert_header_name, routing_http_request_x_amzn_tls_version_header_name, and routing_http_request_x_amzn_tls_cipher_suite_header_name arguments in support of HTTP header modification (#40736)
  • resource/aws_route53_health_check: Add triggers argument to support synchronization with upstream CloudWatch alarm changes (#40918)
  • resource/aws_sagemaker_endpoint_configuration: Support setting production_variants.managed_instance_scaling and shadow_production_variants.managed_instance_scaling to 0 (#40882)

BUG FIXES:

  • resource/aws_apprunner_vpc_ingress_connection: Change ingress_vpc_configuration, name, and service_arn to ForceNew (#40927)
  • resource/aws_datasync_location_s3: Fix location URI global ID and subdirectory (...) does not match pattern "..." errors on Read when s3_bucket_arn is an S3 on Outposts access point (#40929)
  • resource/aws_ecs_task_definition: Correctly detect differences in volume.configure_at_launch and volume.docker_volume_configuration (#40853)
  • resource/aws_lambda_invocation: Fix failed input transformations when upgrading from a version less than v5.1.0 with an input that cannot be marshaled into a map[string]interface{} (#40958)
  • resource/aws_lambda_invocation: Prevent a new invocation when upgrading from a version less than v5.1.0 with no configuration changes (#40958)
  • resource/aws_msk_cluster: Prevent persistent differences when broker_node_group_info.0.storage_info.0.ebs_storage_info.0.provisioned_throughput is unset (#40910)
  • resource/aws_msk_cluster: Properly disable provisioned throughput when a previously configured broker_node_group_info.0.storage_info.0.ebs_storage_info.0.provisioned_throughput block is removed (#40910)
  • resource/aws_ses_receipt_rule: Retry errors caused by IAM eventual consistency (#40873)

v5.83.1

BUG FIXES:

  • resource/aws_route53_record: Correct fdqn value if name is a wildcard domain name (the leftmost label is *). This fixes a regression introduced in v5.83.0 (#40868)

v5.83.0

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.84.0 (January 16, 2025)

NOTES:

  • resource/aws_kms_custom_key_store: We cannot acceptance test the support for external key stores added in this release. The impementation is best effort and we ask for community help in testing. (#40557)

FEATURES:

  • New Ephemeral Resource: aws_eks_cluster_auth (#40660)
  • New Resource: aws_media_packagev2_channel_group (#38406)

ENHANCEMENTS:

  • data-source/aws_ami: Add uefi_data attribute (#40210)
  • data-source/aws_ec2_instance_type: Add bandwidth_weightings, boot_modes, default_network_card_index, efa_maximum_interfaces, ena_srd_supported, inference_accelerators.memory_size, media_accelerators, network_cards, neuron_devices, nitro_enclaves_support, nitro_tpm_support, nitro_tpm_supported_versions, phc_support, supported_cpu_features, total_inference_memory, total_media_memory, and total_neuron_device_memory attributes (#40717)
  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for mx-central-1 AWS Region (#40940)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for mx-central-1 AWS Region (#40940)
  • data-source/aws_s3_bucket: Add hosted zone ID for mx-central-1 AWS Region (#40940)
  • provider: Support mx-central-1 as a valid AWS Region (#40940)
  • resource/aws_ami: Add uefi_data argument (#40210)
  • resource/aws_ami_copy: Add uefi_data attribute (#40210)
  • resource/aws_ami_from_instance: Add uefi_data attribute (#40210)
  • resource/aws_cloudtrail: Add userIdentity.arn to advanced_event_selector.field_selector (#40629)
  • resource/aws_elasticache_user: engine is now case insensitive (#40794)
  • resource/aws_elasticache_user_group: engine is now case insensitive (#40794)
  • resource/aws_globalaccelerator_accelerator: Add arn attribute (#40930)
  • resource/aws_globalaccelerator_custom_routing_accelerator: Add arn attribute (#40930)
  • resource/aws_globalaccelerator_custom_routing_listener: Add arn attribute (#40930)
  • resource/aws_globalaccelerator_listener: Add arn attribute (#40930)
  • resource/aws_kms_custom_key_store: Add support for external key stores (#40557)
  • resource/aws_lb_listener: Add routing_http_response_server_enabled, routing_http_response_strict_transport_security_header_value, routing_http_response_access_control_allow_origin_header_value, routing_http_response_access_control_allow_methods_header_value, routing_http_response_access_control_allow_headers_header_value, routing_http_response_access_control_allow_credentials_header_value, routing_http_response_access_control_expose_headers_header_value, routing_http_response_access_control_max_age_header_value, routing_http_response_content_security_policy_header_value, routing_http_response_x_content_type_options_header_value, routing_http_response_x_frame_options_header_value, routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name, routing_http_request_x_amzn_mtls_clientcert_issuer_header_name, routing_http_request_x_amzn_mtls_clientcert_subject_header_name, routing_http_request_x_amzn_mtls_clientcert_validity_header_name, routing_http_request_x_amzn_mtls_clientcert_leaf_header_name, routing_http_request_x_amzn_mtls_clientcert_header_name, routing_http_request_x_amzn_tls_version_header_name, and routing_http_request_x_amzn_tls_cipher_suite_header_name arguments in support of HTTP header modification (#40736)
  • resource/aws_route53_health_check: Add triggers argument to support synchronization with upstream CloudWatch alarm changes (#40918)
  • resource/aws_sagemaker_endpoint_configuration: Support setting production_variants.managed_instance_scaling and shadow_production_variants.managed_instance_scaling to 0 (#40882)

BUG FIXES:

  • resource/aws_apprunner_vpc_ingress_connection: Change ingress_vpc_configuration, name, and service_arn to ForceNew (#40927)
  • resource/aws_datasync_location_s3: Fix location URI global ID and subdirectory (...) does not match pattern "..." errors on Read when s3_bucket_arn is an S3 on Outposts access point (#40929)
  • resource/aws_ecs_task_definition: Correctly detect differences in volume.configure_at_launch and volume.docker_volume_configuration (#40853)
  • resource/aws_lambda_invocation: Fix failed input transformations when upgrading from a version less than v5.1.0 with an input that cannot be marshaled into a map[string]interface{} (#40958)
  • resource/aws_lambda_invocation: Prevent a new invocation when upgrading from a version less than v5.1.0 with no configuration changes (#40958)
  • resource/aws_msk_cluster: Prevent persistent differences when broker_node_group_info.0.storage_info.0.ebs_storage_info.0.provisioned_throughput is unset (#40910)
  • resource/aws_msk_cluster: Properly disable provisioned throughput when a previously configured broker_node_group_info.0.storage_info.0.ebs_storage_info.0.provisioned_throughput block is removed (#40910)
  • resource/aws_ses_receipt_rule: Retry errors caused by IAM eventual consistency (#40873)

5.83.1 (January 10, 2025)

BUG FIXES:

  • resource/aws_route53_record: Correct fdqn value if name is a wildcard domain name (the leftmost label is *). This fixes a regression introduced in v5.83.0 (#40868)

... (truncated)

Commits
  • 111488f Update CHANGELOG.md for #40958
  • 0ae0f39 Merge pull request #40958 from hashicorp/b-lambda_invocation-createonly-update
  • b9843ef Update CHANGELOG.md for #40961
  • 91c3c99 Bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 in the aws-sdk-go-v1 gro...
  • ada03a1 chore: fix changelog typo
  • 9e848c0 r/aws_lambda_invocation: add state upgrader for pre-v5.1.0 upgrades
  • 58d049d Merge pull request #40660 from bschaatsbergen/e/aws-eks-cluster-auth
  • ab6d1ab Merge pull request #40957 from hashicorp/td-fw-data-source--annotation-requir...
  • 43b596b make gen
  • 7d2f68c Update CHANGELOG.md for #40955
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.66.0 to 5.84.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.66.0...v5.84.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jan 20, 2025
@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Apr 21, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github May 26, 2025

Superseded by #15.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/terraform/topics/terraform/basic/aws-ec2/hashicorp/aws-5.84.0 branch May 26, 2025 12:13
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 stale terraform Pull requests that update Terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants