-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update terraform aws to v5.64.0 #241
Conversation
WalkthroughThe overall change includes updating the versions of several Terraform providers in the configuration files. Notably, the AWS provider version has been incremented from Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Terraform
participant AWS
User->>Terraform: Apply changes
Terraform->>AWS: Request provider version 5.64.0
AWS-->>Terraform: Provide resources and updates
Terraform-->>User: Deployment complete
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- versions.tf (1 hunks)
Additional comments not posted (1)
versions.tf (1)
23-23
: Verify compatibility and impact of AWS provider version update.The AWS provider version has been updated to
5.64.0
. Ensure that this version is compatible with your existing Terraform configuration and that any new features or bug fixes do not adversely affect your current infrastructure.Run the following script to check for any breaking changes or deprecations introduced in the new version:
4f1cf8c
to
6f5b710
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6f5b710
to
f9dd751
Compare
Signed-off-by: James Ramirez <james.ramirez@grendel-consulting.com>
Quality Gate passedIssues Measures |
Terraform Cloud Plan OutputPlan: 0 to add, 0 to change, 0 to destroy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- .terraform.lock.hcl (2 hunks)
- versions.tf (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- versions.tf
Additional comments not posted (5)
.terraform.lock.hcl (5)
5-19
: LGTM!The version update for the
archive
provider and the corresponding hashes are correctly specified.The code changes are approved.
24-42
: LGTM!The version update for the
aws
provider, the updated constraints, and the corresponding hashes are correctly specified.The code changes are approved.
47-61
: LGTM!The version update for the
local
provider and the corresponding hashes are correctly specified.The code changes are approved.
66-80
: LGTM!The version update for the
random
provider and the corresponding hashes are correctly specified.The code changes are approved.
115-129
: LGTM!The version update for the
time
provider and the corresponding hashes are correctly specified.The code changes are approved.
This PR contains the following updates:
5.63.1
->5.64.0
Release Notes
hashicorp/terraform-provider-aws (aws)
v5.64.0
Compare Source
ENHANCEMENTS:
dashboard_endpoint_v2
,domain_endpoint_v2_hosted_zone_id
, andendpoint_v2
attributes (#38456)suspended_state
configuration block (#38942)restore_source_table_arn
attribute (#38953)dashboard_endpoint_v2
,domain_endpoint_v2_hosted_zone_id
, andendpoint_v2
attributes (#38456)BUG FIXES:
id
attribute whendeployment_targets
does not include organizational unit IDs. (#38969)action
is configured (#38994)enabled_http_endpoint
) to be enabled and disabled forprovisioned
engine mode and serverlessv2 (#38997)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.