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

Update hashicorp/aws requirement from ~> 4.9 to ~> 5.33 #15

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Updates the requirements on hashicorp/aws to permit the latest version.

Release notes

Sourced from hashicorp/aws's releases.

v5.33.0

FEATURES:

  • New Data Source: aws_eks_access_entry (#35037)
  • New Resource: aws_eks_access_entry (#35037)
  • New Resource: aws_eks_access_policy_association (#35037)
  • New Resource: aws_lexv2models_intent (#34891)

ENHANCEMENTS:

  • data-source/aws_eks_cluster: Add access_config attribute (#35037)
  • data-source/aws_secretsmanager_secret: Add created_date and last_changed_date attributes (#35117)
  • data-source/aws_secretsmanager_secret_version: Add created_date attribute (#35117)
  • resource/aws_backup_plan: Add rule.lifecycle.opt_in_to_archive_for_supported_resources and rule.copy_action.lifecycle.opt_in_to_archive_for_supported_resources and arguments (#34994)
  • resource/aws_eks_cluster: Add access_config configuration block (#35037)
  • resource/aws_lakeformation_resource: Add use_service_linked_role argument (#35284)
  • resource/aws_secretsmanager_secret_rotation: Add rotate_immediately argument (#35105)

BUG FIXES:

  • resource/aws_datasync_task: Allow schedule to be removed successfully (#35282)
  • resource/aws_fis_experiment_template: Fix validation error when not using target.resource_arns or target.resource_tag attributes. (#35254)
  • resource/aws_lb_listener: Fix ValidationError: Mutual Authentication mode passthrough does not support ignoring certificate expiry errors when mutual_authentication.mode is set to passthrough (#35289)
  • resource/aws_secretsmanager_secret_version: Fix InvalidParameterException: The parameter RemoveFromVersionId can't be empty. Staging label AWSCURRENT is currently attached to version ..., so you must explicitly reference that version in RemoveFromVersionId errors when a secret is updated outside Terraform (#19943)
Changelog

Sourced from hashicorp/aws's changelog.

5.33.0 (January 18, 2024)

FEATURES:

  • New Data Source: aws_eks_access_entry (#35037)
  • New Resource: aws_eks_access_entry (#35037)
  • New Resource: aws_eks_access_policy_association (#35037)
  • New Resource: aws_lexv2models_intent (#34891)

ENHANCEMENTS:

  • data-source/aws_eks_cluster: Add access_config attribute (#35037)
  • data-source/aws_secretsmanager_secret: Add created_date and last_changed_date attributes (#35117)
  • data-source/aws_secretsmanager_secret_version: Add created_date attribute (#35117)
  • resource/aws_backup_plan: Add rule.lifecycle.opt_in_to_archive_for_supported_resources and rule.copy_action.lifecycle.opt_in_to_archive_for_supported_resources and arguments (#34994)
  • resource/aws_eks_cluster: Add access_config configuration block (#35037)
  • resource/aws_lakeformation_resource: Add use_service_linked_role argument (#35284)
  • resource/aws_secretsmanager_secret_rotation: Add rotate_immediately argument (#35105)

BUG FIXES:

  • resource/aws_datasync_task: Allow schedule to be removed successfully (#35282)
  • resource/aws_fis_experiment_template: Fix validation error when not using target.resource_arns or target.resource_tag attributes. (#35254)
  • resource/aws_lb_listener: Fix ValidationError: Mutual Authentication mode passthrough does not support ignoring certificate expiry errors when mutual_authentication.mode is set to passthrough (#35289)
  • resource/aws_secretsmanager_secret_version: Fix InvalidParameterException: The parameter RemoveFromVersionId can't be empty. Staging label AWSCURRENT is currently attached to version ..., so you must explicitly reference that version in RemoveFromVersionId errors when a secret is updated outside Terraform (#19943)

5.32.1 (January 12, 2024)

BUG FIXES:

  • data-source/aws_ecr_image: Fix error when most_recent is not also latest (#35269)
  • resource/aws_iot_ca_certificate: Change registration_config.role_arn from TypeBool to TypeString, fixing Inappropriate value for attribute "role_arn": a bool is required errors (#35234)
  • resource/aws_mq_broker: Fix interface conversion: interface {} is *schema.Set, not []string panic (#35265)

5.32.0 (January 11, 2024)

FEATURES:

  • New Data Source: aws_mq_broker_engine_types (#34232)
  • New Data Source: aws_msk_bootstrap_brokers (#32484)
  • New Data Source: aws_verifiedpermissions_policy_store (#32204)
  • New Resource: aws_ebs_fast_snapshot_restore (#35211)
  • New Resource: aws_elasticache_serverless_cache (#34951)
  • New Resource: aws_imagebuilder_workflow (#35097)
  • New Resource: aws_kinesis_resource_policy (#35167)
  • New Resource: aws_prometheus_scraper (#34749)
  • New Resource: aws_securitylake_aws_log_source (#34974)
  • New Resource: aws_ssoadmin_application_access_scope (#34811)
  • New Resource: aws_verifiedpermissions_policy_store (#32204)
  • New Resource: aws_verifiedpermissions_policy_template (#32205)

... (truncated)

Commits
  • a98686f Merge pull request #35270 from hashicorp/d-db_instance-examples
  • 1d2e950 Merge pull request #35272 from hashicorp/d-docdbelastic_cluster-fixes
  • 9e5233a Update CHANGELOG.md for #35378
  • 8d26b5b Merge pull request #35378 from hashicorp/ewbankkit-patch-1
  • 796e0d1 Update 35037.txt
  • 7f0c693 Update CHANGELOG.md for #35374
  • 593f38c Merge pull request #35374 from hashicorp/d-s3_object_lock_configuration
  • 6b12808 Merge pull request #35334 from hashicorp/td-endpoint-tests-simple-sdkv2
  • e078f49 Update website/docs/r/s3_bucket_object_lock_configuration.html.markdown
  • c249ccc Fixes generation
  • Additional commits viewable 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 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)

Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version.
- [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@v4.9.0...v5.33.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from dav3r and felddy as code owners January 22, 2024 13:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
@dependabot dependabot bot requested a review from jasonodoom as a code owner January 22, 2024 13:22
@dependabot dependabot bot added the terraform Pull requests that update Terraform code label Jan 22, 2024
@dependabot dependabot bot requested review from jsf9k and mcdonnnj as code owners January 22, 2024 13:22
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #18.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/aws-tw-5.33 branch January 29, 2024 14:01
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.

0 participants