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

(TF): Bump hashicorp/aws from 5.45.0 to 5.46.0 in /modules/aws/users #69

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps hashicorp/aws from 5.45.0 to 5.46.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.46.0

NOTES:

  • provider: When using YAML or JSON documents, such as in template_body of aws_cloudformation_stack, CRLF was previously treated as different from LF but these are now treated as equivalent in many situations (#14270)

FEATURES:

  • New Resource: aws_eip_domain_name (#36963)

ENHANCEMENTS:

  • data-source/aws_alb: Add client_keep_alive argument (#36969)
  • data-source/aws_eip: Add ptr_record attribute (#36963)
  • data-source/aws_iam_policy: Add attachment_count attribute (#36759)
  • data-source/aws_lb: Add client_keep_alive argument (#36969)
  • data-source/aws_organizations_organization: Add master_account_name attribute (#36797)
  • data-source/aws_vpc_dhcp_options: Add ipv6_address_preferred_lease_time attribute (#36934)
  • resource/aws_alb: Add client_keep_alive argument (#36969)
  • resource/aws_autoscaling_group: Add alarm_specification to the instance_refresh.preferences configuration block (#36954)
  • resource/aws_cloudformation_stack_set: Add retry when creating to potentially help with eventual consistency problems (#36982)
  • resource/aws_cloudfront_origin_access_control: Add lambda and mediapackagev2 as valid values for origin_access_control_origin_type (#34362)
  • resource/aws_cloudwatch_event_rule: Add force_destroy attribute (#34905)
  • resource/aws_codebuild_project: Add GitLab and GitLab Self Managed support to the report_build_status and build_status_config arguments (#36942)
  • resource/aws_default_vpc_dhcp_options: Add ipv6_address_preferred_lease_time as Computed attribute (#36934)
  • resource/aws_dms_replication_task: Add resource_identifier argument (#36901)
  • resource/aws_eip: Add ptr_record attribute (#36963)
  • resource/aws_elasticache_serverless_cache: Add minimum attribute in cache_usage_limits.data_storage and cache_usage_limits.ecpu_per_second (#36766)
  • resource/aws_fsx_openzfs_file_system: Add endpoint_ip_address attribute (#36767)
  • resource/aws_iam_policy: Add attachment_count attribute (#36759)
  • resource/aws_imagebuilder_image: Add execution_role and workflow arguments (#36953)
  • resource/aws_lb: Add client_keep_alive argument (#36969)
  • resource/aws_mwaa_environment: Add database_vpc_endpoint_service and webserver_vpc_endpoint_service attributes (#36903)
  • resource/aws_organizations_organization: Add master_account_name attribute (#36797)
  • resource/aws_transfer_connector: Add security_policy_name argument (#36893)
  • resource/aws_vpc_dhcp_options: Add ipv6_address_preferred_lease_time attribute (#36934)
  • resource/aws_vpc_ipam_pool: Add cascade argument (#36898)

BUG FIXES:

  • data-source/aws_iam_policy_document: When using multiple principals, sort them to avoid differences based only on order (#25967)
  • resource/aws_appconfig_deployment: Fix ConflictException errors on resource Create (#36980)
  • resource/aws_ce_anomaly_monitor: Change monitor_dimension to ForceNew (#36773)
  • resource/aws_ce_anomaly_subscription: Change account_id to ForceNew (#36773)
  • resource/aws_cloudformation_stack: CRLF line endings in template_body no longer cause erroneous diffs (#14270)
  • resource/aws_db_proxy: Fix interface conversion: interface {} is nil, not map[string]interface {} panic when auth is empty ({}) (#36967)
  • resource/aws_dms_replication_config: Adds validation to replication_settings to disallow Logging.CloudWatchLogGroup and Logging.CloudWatchLogStream. (#36936)
  • resource/aws_dms_replication_config: Suppresses differences in partial replication_settings JSON documents. (#36936)
  • resource/aws_dms_replication_task: Adds validation to replication_task_settings to disallow Logging.CloudWatchLogGroup and Logging.CloudWatchLogStream. (#36936)
  • resource/aws_dms_replication_task: Allows leaving replication_task_settings unset to use default settings. (#36936)
  • resource/aws_dms_replication_task: Suppresses differences in partial replication_task_settings JSON documents. (#36936)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.46.0 (April 18, 2024)

NOTES:

  • provider: When using YAML or JSON documents, such as in template_body of aws_cloudformation_stack, CRLF was previously treated as different from LF but these are now treated as equivalent in many situations (#14270)

FEATURES:

  • New Resource: aws_eip_domain_name (#36963)

ENHANCEMENTS:

  • data-source/aws_alb: Add client_keep_alive argument (#36969)
  • data-source/aws_eip: Add ptr_record attribute (#36963)
  • data-source/aws_iam_policy: Add attachment_count attribute (#36759)
  • data-source/aws_lb: Add client_keep_alive argument (#36969)
  • data-source/aws_organizations_organization: Add master_account_name attribute (#36797)
  • data-source/aws_vpc_dhcp_options: Add ipv6_address_preferred_lease_time attribute (#36934)
  • resource/aws_alb: Add client_keep_alive argument (#36969)
  • resource/aws_autoscaling_group: Add alarm_specification to the instance_refresh.preferences configuration block (#36954)
  • resource/aws_cloudformation_stack_set: Add retry when creating to potentially help with eventual consistency problems (#36982)
  • resource/aws_cloudfront_origin_access_control: Add lambda and mediapackagev2 as valid values for origin_access_control_origin_type (#34362)
  • resource/aws_cloudwatch_event_rule: Add force_destroy attribute (#34905)
  • resource/aws_codebuild_project: Add GitLab and GitLab Self Managed support to the report_build_status and build_status_config arguments (#36942)
  • resource/aws_default_vpc_dhcp_options: Add ipv6_address_preferred_lease_time as Computed attribute (#36934)
  • resource/aws_dms_replication_task: Add resource_identifier argument (#36901)
  • resource/aws_eip: Add ptr_record attribute (#36963)
  • resource/aws_elasticache_serverless_cache: Add minimum attribute in cache_usage_limits.data_storage and cache_usage_limits.ecpu_per_second (#36766)
  • resource/aws_fsx_openzfs_file_system: Add endpoint_ip_address attribute (#36767)
  • resource/aws_iam_policy: Add attachment_count attribute (#36759)
  • resource/aws_imagebuilder_image: Add execution_role and workflow arguments (#36953)
  • resource/aws_lb: Add client_keep_alive argument (#36969)
  • resource/aws_mwaa_environment: Add database_vpc_endpoint_service and webserver_vpc_endpoint_service attributes (#36903)
  • resource/aws_organizations_organization: Add master_account_name attribute (#36797)
  • resource/aws_transfer_connector: Add security_policy_name argument (#36893)
  • resource/aws_vpc_dhcp_options: Add ipv6_address_preferred_lease_time attribute (#36934)
  • resource/aws_vpc_ipam_pool: Add cascade argument (#36898)

BUG FIXES:

  • data-source/aws_iam_policy_document: When using multiple principals, sort them to avoid differences based only on order (#25967)
  • resource/aws_appconfig_deployment: Fix ConflictException errors on resource Create (#36980)
  • resource/aws_ce_anomaly_monitor: Change monitor_dimension to ForceNew (#36773)
  • resource/aws_ce_anomaly_subscription: Change account_id to ForceNew (#36773)
  • resource/aws_cloudformation_stack: CRLF line endings in template_body no longer cause erroneous diffs (#14270)
  • resource/aws_db_proxy: Fix interface conversion: interface {} is nil, not map[string]interface {} panic when auth is empty ({}) (#36967)
  • resource/aws_dms_replication_config: Adds validation to replication_settings to disallow Logging.CloudWatchLogGroup and Logging.CloudWatchLogStream. (#36936)
  • resource/aws_dms_replication_config: Suppresses differences in partial replication_settings JSON documents. (#36936)
  • resource/aws_dms_replication_task: Adds validation to replication_task_settings to disallow Logging.CloudWatchLogGroup and Logging.CloudWatchLogStream. (#36936)
  • resource/aws_dms_replication_task: Allows leaving replication_task_settings unset to use default settings. (#36936)

... (truncated)

Commits

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.45.0 to 5.46.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.45.0...v5.46.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@danielpalmeribm danielpalmeribm merged commit 072016a into main Apr 22, 2024
3 checks passed
@danielpalmeribm danielpalmeribm deleted the dependabot/terraform/modules/aws/users/hashicorp/aws-5.46.0 branch April 22, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant