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

Bump hashicorp/aws from 5.39.1 to 5.43.0 in /aws #1293

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2024

Bumps hashicorp/aws from 5.39.1 to 5.43.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.43.0

FEATURES:

  • New Data Source: aws_resourceexplorer2_search (#36560)
  • New Data Source: aws_servicecatalogappregistry_application (#36596)
  • New Resource: aws_cloudfrontkeyvaluestore_key (#36534)
  • New Resource: aws_devopsguru_notification_channel (#36557)
  • New Resource: aws_ec2_instance_metadata_defaults (#36589)
  • New Resource: aws_lakeformation_resource_lf_tag (#36537)
  • New Resource: aws_m2_application (#35399)
  • New Resource: aws_m2_deployment (#35408)
  • New Resource: aws_m2_environment (#35311)
  • New Resource: aws_redshiftserverless_custom_domain_association (#35865)
  • New Resource: aws_servicecatalogappregistry_application (#36277)

ENHANCEMENTS:

  • data-source/aws_cloudfront_function: Add key_value_store_associations attribute (#36585)
  • data-source/aws_db_snapshot: Add original_snapshot_create_time attribute (#36544)
  • resource/aws_cloudfront_function: Add key_value_store_associations argument (#36585)
  • resource/aws_ec2_host: Add user configurable timeouts (#36538)
  • resource/aws_glacier_vault_lock: Allow policy to have leading whitespace (#36597)
  • resource/aws_iam_group_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_iam_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_iam_role: Allow assume_role_policy and inline_policy.*.policy to have leading whitespace (#36597)
  • resource/aws_iam_role_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_iam_user_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_kinesisanalyticsv2_application: Add support for FLINK-1_18 runtime_environment value (#36562)
  • resource/aws_media_store_container_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_ssoadmin_permission_set_inline_policy: Allow inline_policy to have leading whitespace (#36597)
  • resource/aws_transfer_access: Allow policy to have leading whitespace (#36597)
  • resource/aws_transfer_user: Allow policy to have leading whitespace (#36597)
  • resource/aws_vpc_ipam: Add tier argument (#36504)

BUG FIXES:

  • data-source/aws_cur_report_definition: Direct all API calls to the us-east-1 endpoint as this is the only Region in which AWS Cost and Usage Reports is available (#36540)
  • resource/aws_applicationinsights_application: Make ACTIVE a valid create target status (#36615)
  • resource/aws_autoscaling_group: Don't attempt to remove scale-in protection from instances that don't have the feature enabled (#36586)
  • resource/aws_cur_report_definition: Direct all API calls to the us-east-1 endpoint as this is the only Region in which AWS Cost and Usage Reports is available (#36540)
  • resource/aws_elasticsearch_domain_policy: Handle delayed domain status propagation, preventing a ValidationException. (#36592)
  • resource/aws_iam_instance_profile: Detect when the associated role no longer exists (#34099)
  • resource/aws_instance: Replace an instance when an instance_type change also requires an architecture change, such as x86_64 to arm64 (#36590)
  • resource/aws_opensearch_domain_policy: Handle delayed domain status propagation, preventing a ValidationException. (#36592)
  • resource/aws_quicksight_dashboard: Fix failure when updating a dashboard takes a while (#34227)
  • resource/aws_quicksight_template: Fix "Invalid address to set" errors (#34227)
  • resource/aws_quicksight_template: Fix "a number is required" errors when state contains an empty string (#34227)
  • resource/aws_redshift_cluster: Fix InvalidParameterCombination errors when updating only skip_final_snapshot (#36635)
  • resource/aws_route53_zone: Prevent re-creation when name casing changes (#36563)
  • resource/aws_secretsmanager_secret_version: Fix to handle versions deleted out-of-band without raising an InvalidRequestException (#36609)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.43.0 (March 28, 2024)

FEATURES:

  • New Data Source: aws_resourceexplorer2_search (#36560)
  • New Data Source: aws_servicecatalogappregistry_application (#36596)
  • New Resource: aws_cloudfrontkeyvaluestore_key (#36534)
  • New Resource: aws_devopsguru_notification_channel (#36557)
  • New Resource: aws_ec2_instance_metadata_defaults (#36589)
  • New Resource: aws_lakeformation_resource_lf_tag (#36537)
  • New Resource: aws_m2_application (#35399)
  • New Resource: aws_m2_deployment (#35408)
  • New Resource: aws_m2_environment (#35311)
  • New Resource: aws_redshiftserverless_custom_domain_association (#35865)
  • New Resource: aws_servicecatalogappregistry_application (#36277)

ENHANCEMENTS:

  • data-source/aws_cloudfront_function: Add key_value_store_associations attribute (#36585)
  • data-source/aws_db_snapshot: Add original_snapshot_create_time attribute (#36544)
  • resource/aws_cloudfront_function: Add key_value_store_associations argument (#36585)
  • resource/aws_ec2_host: Add user configurable timeouts (#36538)
  • resource/aws_glacier_vault_lock: Allow policy to have leading whitespace (#36597)
  • resource/aws_iam_group_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_iam_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_iam_role: Allow assume_role_policy and inline_policy.*.policy to have leading whitespace (#36597)
  • resource/aws_iam_role_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_iam_user_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_kinesisanalyticsv2_application: Add support for FLINK-1_18 runtime_environment value (#36562)
  • resource/aws_media_store_container_policy: Allow policy to have leading whitespace (#36597)
  • resource/aws_ssoadmin_permission_set_inline_policy: Allow inline_policy to have leading whitespace (#36597)
  • resource/aws_transfer_access: Allow policy to have leading whitespace (#36597)
  • resource/aws_transfer_user: Allow policy to have leading whitespace (#36597)
  • resource/aws_vpc_ipam: Add tier argument (#36504)

BUG FIXES:

  • data-source/aws_cur_report_definition: Direct all API calls to the us-east-1 endpoint as this is the only Region in which AWS Cost and Usage Reports is available (#36540)
  • resource/aws_applicationinsights_application: Make ACTIVE a valid create target status (#36615)
  • resource/aws_autoscaling_group: Don't attempt to remove scale-in protection from instances that don't have the feature enabled (#36586)
  • resource/aws_cur_report_definition: Direct all API calls to the us-east-1 endpoint as this is the only Region in which AWS Cost and Usage Reports is available (#36540)
  • resource/aws_elasticsearch_domain_policy: Handle delayed domain status propagation, preventing a ValidationException. (#36592)
  • resource/aws_iam_instance_profile: Detect when the associated role no longer exists (#34099)
  • resource/aws_instance: Replace an instance when an instance_type change also requires an architecture change, such as x86_64 to arm64 (#36590)
  • resource/aws_opensearch_domain_policy: Handle delayed domain status propagation, preventing a ValidationException. (#36592)
  • resource/aws_quicksight_dashboard: Fix failure when updating a dashboard takes a while (#34227)
  • resource/aws_quicksight_template: Fix "Invalid address to set" errors (#34227)
  • resource/aws_quicksight_template: Fix "a number is required" errors when state contains an empty string (#34227)
  • resource/aws_redshift_cluster: Fix InvalidParameterCombination errors when updating only skip_final_snapshot (#36635)
  • resource/aws_route53_zone: Prevent re-creation when name casing changes (#36563)

... (truncated)

Commits
  • 797d38d Update CHANGELOG.md for #36635
  • aa89753 r/aws_redshift_cluster: skip_final_snapshot updates state only (#36635)
  • 8354648 Merge pull request #36560 from hashicorp/f-resourceexplorer-search-datasource
  • 76d4a34 Add changelog
  • 4dced03 Merge pull request #36633 from vmilovanovicc/d-fix-broken-link
  • ce99f6f Add env var for index type test
  • 6e4c02e r/aws_kinesis_firehose_delivery_stream fix broken link
  • fb969c9 Small fixes
  • 7c6f761 Merge pull request #36631 from hashicorp/t-iam-policy-doc-panic
  • 51940ff iam/policy_doc: Test there's no panic
  • 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/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 5.18.0 to 5.22.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-google-beta/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google-beta@v5.18.0...v5.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 3.94.0 to 3.97.1.
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-azurerm@v3.94.0...v3.97.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.39.1 to 5.43.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.39.1...v5.43.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 Mar 30, 2024
dependabot bot and others added 9 commits March 30, 2024 22:26
…5.7.0

Updates the requirements on [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) to permit the latest version.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-vpc@v5.5.1...v5.7.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/vpc/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 20.5.0 to 20.8.4.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-eks/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-eks@v20.5.0...v20.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.18.0 to 5.22.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-google/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google@v5.18.0...v5.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…p/google-5.22.0

Bump hashicorp/google from 5.18.0 to 5.22.0 in /gcp
…orp/azurerm-3.97.1

Bump hashicorp/azurerm from 3.94.0 to 3.97.1 in /azure
…m-aws-modules/eks/aws-20.8.4

Bump terraform-aws-modules/eks/aws from 20.5.0 to 20.8.4 in /aws
…m-aws-modules/vpc/aws-tw-5.7.0

Update terraform-aws-modules/vpc/aws requirement from ~> 5.5.1 to ~> 5.7.0 in /aws
…p/google-beta-5.22.0

Bump hashicorp/google-beta from 5.18.0 to 5.22.0 in /gcp
@commjoen commjoen changed the base branch from master to dependabot/terraform/aws/terraform-aws-modules/vpc/aws-tw-5.7.0 April 2, 2024 06:34
@commjoen commjoen merged commit dbadf18 into dependabot/terraform/aws/terraform-aws-modules/vpc/aws-tw-5.7.0 Apr 2, 2024
15 checks passed
@commjoen commjoen deleted the dependabot/terraform/aws/hashicorp/aws-5.43.0 branch April 2, 2024 06:34
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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant