Skip to content

build(deps): bump the terraform group in /terraform with 2 updates #42

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Updates the requirements on hashicorp/aws and terraform-aws-modules/lambda/aws to permit the latest version.
Updates hashicorp/aws to 5.97.0

Release notes

Sourced from hashicorp/aws's releases.

v5.97.0

FEATURES:

  • New Resource: aws_ec2_default_credit_specification (#42345)

ENHANCEMENTS:

  • data-source/aws_glue_connection: Support athena_properties attribute (#42262)
  • data-source/aws_imagebuilder_infrastructure_configuration: Add placement attribute (#42347)
  • data-source/aws_networkfirewall_firewall: Add enabled_analysis_types attribute (#42160)
  • data-source/aws_workspaces_directory: Add certificate_based_auth_properties attribute (#42269)
  • resource/aws_accessanalyzer_analyzer: Add configuration.unused_access.analysis_rule argument (#42332)
  • resource/aws_fis_experiment_template: Add support for ManagedResources to action.*.target (#42376)
  • resource/aws_glue_connection: Add athena_properties argument and allow DYNAMODB connection type. (#42262)
  • resource/aws_glue_connection: Support DYNAMODB as a valid value for connection_type (#42262)
  • resource/aws_imagebuilder_infrastructure_configuration: Add placement argument (#42347)
  • resource/aws_networkfirewall_firewall: Add enabled_analysis_types argument (#42160)
  • resource/aws_workspaces_directory: Add certificate_based_auth_properties configuration block (#42269)

BUG FIXES:

  • resource/aws_vpclattice_listener_rule: Prevents error when setting listener_identifier to ARN. (#42215)
  • resource/aws_vpclattice_listener_rule: Prevents error when setting service_identifier to ARN. (#42215)
  • resource/aws_vpclattice_listener_rule: Requires match.http_match. (#42215)
  • resource/aws_vpclattice_listener_rule: Requires exactly one of action.fixed_response or action.forward. (#42215)
Changelog

Sourced from hashicorp/aws's changelog.

5.97.0 (May 1, 2025)

FEATURES:

  • New Resource: aws_ec2_default_credit_specification (#42345)

ENHANCEMENTS:

  • data-source/aws_glue_connection: Support athena_properties attribute (#42262)
  • data-source/aws_imagebuilder_infrastructure_configuration: Add placement attribute (#42347)
  • data-source/aws_networkfirewall_firewall: Add enabled_analysis_types attribute (#42160)
  • data-source/aws_workspaces_directory: Add certificate_based_auth_properties attribute (#42269)
  • resource/aws_accessanalyzer_analyzer: Add configuration.unused_access.analysis_rule argument (#42332)
  • resource/aws_fis_experiment_template: Add support for ManagedResources to action.*.target (#42376)
  • resource/aws_glue_connection: Add athena_properties argument and allow DYNAMODB connection type. (#42262)
  • resource/aws_glue_connection: Support DYNAMODB as a valid value for connection_type (#42262)
  • resource/aws_imagebuilder_infrastructure_configuration: Add placement argument (#42347)
  • resource/aws_networkfirewall_firewall: Add enabled_analysis_types argument (#42160)
  • resource/aws_workspaces_directory: Add certificate_based_auth_properties configuration block (#42269)

BUG FIXES:

  • resource/aws_vpclattice_listener_rule: Prevents error when setting listener_identifier to ARN. (#42215)
  • resource/aws_vpclattice_listener_rule: Prevents error when setting service_identifier to ARN. (#42215)
  • resource/aws_vpclattice_listener_rule: Requires match.http_match. (#42215)
  • resource/aws_vpclattice_listener_rule: Requires exactly one of action.fixed_response or action.forward. (#42215)

5.96.0 (April 24, 2025)

FEATURES:

  • New Data Source: aws_fis_experiment_templates (#37060)
  • New Data Source: aws_vpc_endpoint_associations (#41918)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add endpoint_configuration.ip_address_type attribute (#42146)
  • data-source/aws_api_gateway_rest_api: Add endpoint_configuration.ip_address_type attribute (#42146)
  • data-source/aws_apigatewayv2_api: Add ip_address_type attribute (#42145)
  • data-source/aws_dms_endpoint: Add kinesis_settings.use_large_integer_value attribute (#42300)
  • data-source/aws_guardduty_detector: Add arn attribute (#42344)
  • data-source/aws_guardduty_detector: Add tags attribute (#42344)
  • resource/aws_api_gateway_domain_name: Add endpoint_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#42146)
  • resource/aws_api_gateway_rest_api: Add endpoint_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#42146)
  • resource/aws_apigatewayv2_api: Add ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#42145)
  • resource/aws_apigatewayv2_domain_name: Add domain_name_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#42145)
  • resource/aws_dms_endpoint: Add kinesis_settings.use_large_integer_value argument (#42300)
  • resource/aws_fis_experiment_template: Add experiment_report_configuration argument (#41120)

BUG FIXES:

... (truncated)

Commits
  • 306993c Update CHANGELOG.md (Manual Trigger)
  • 1d45e92 Merge pull request #42269 from kevingunn-wk/feat-workspaces-certificate-based...
  • f33e20f r/aws_workspaces_directory: Mark 'certificate_based_auth_properties.status' a...
  • d4a0586 Merge pull request #42262 from tabito-hara/f-aws_glue_connection-support_dyna...
  • 0e3a226 Fix 'SAML needs to be enabled for directory before enabling certificate based...
  • 45a8eed Run 'make gen'.
  • 8a624ec Fix terrafmt errors.
  • c47bdfc r/aws_workspaces_directory: Tidy up.
  • 337315f Merge branch 'main' into HEAD
  • 7efde90 Tidy up.
  • Additional commits viewable in compare view

Updates terraform-aws-modules/lambda/aws from 7.20.1 to 7.20.2

Release notes

Sourced from terraform-aws-modules/lambda/aws's releases.

v7.20.2

7.20.2 (2025-04-09)

Bug Fixes

  • Add aws_partition to support usage of this module in aws-cn and gov (64433c0)
Changelog

Sourced from terraform-aws-modules/lambda/aws's changelog.

7.20.2 (2025-04-09)

Bug Fixes

  • Add aws_partition to support usage of this module in aws-cn and gov (64433c0)
Commits
  • dedc736 chore(release): version 7.20.2 [skip ci]
  • 7305b74 Fixed docs
  • 64433c0 fix: Add aws_partition to support usage of this module in aws-cn and gov
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) to permit the latest version.

Updates `hashicorp/aws` to 5.97.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.93.0...v5.97.0)

Updates `terraform-aws-modules/lambda/aws` from 7.20.1 to 7.20.2
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-lambda/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-lambda@v7.20.1...v7.20.2)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 5.97.0
  dependency-type: direct:production
  dependency-group: terraform
- dependency-name: terraform-aws-modules/lambda/aws
  dependency-version: 7.20.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency-management Dependabot updates enhancement New feature or request labels May 1, 2025
@ialejandro ialejandro merged commit 4224e80 into main May 2, 2025
2 checks passed
@ialejandro ialejandro deleted the dependabot/terraform/terraform/terraform-6ecf39673a branch May 2, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-management Dependabot updates enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants