Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 1c7bb89 to 17e982b Compare November 25, 2025 19:09
@github-actions
Copy link

User Testing

✅   Terraform Init: success
✅   Terraform Validate: success
✅   Terraform Format: success
✅   Terraform Plan: success

Plan: 0 to add, 2 to change, 0 to destroy
Show summary
CHANGE RESOURCE
update module.rds_cluster.aws_rds_cluster.cluster
module.rds_cluster.aws_rds_cluster_instance.instances[0]
Show plan
Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.rds_cluster.aws_rds_cluster.cluster will be updated in-place
  ~ resource "aws_rds_cluster" "cluster" {
      ~ engine_version                        = "14.17" -> "14.15"
        id                                    = "valentine-cluster"
        tags                                  = {
            "CostCentre" = "valentine-user-testing"
            "Name"       = "valentine-cluster"
            "Terraform"  = "true"
        }
        # (60 unchanged attributes hidden)
    }

  # module.rds_cluster.aws_rds_cluster_instance.instances[0] will be updated in-place
  ~ resource "aws_rds_cluster_instance" "instances" {
      ~ engine_version                        = "14.17" -> "14.15"
        id                                    = "valentine-instance-0"
        tags                                  = {
            "CostCentre" = "valentine-user-testing"
            "Name"       = "valentine-instance-0"
            "Terraform"  = "true"
        }
        # (33 unchanged attributes hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

Warning: Deprecated attribute

  on .terraform/modules/rds_cluster/rds/locals.tf line 14, in locals:
  14:   region        = data.aws_region.current.name

The attribute "name" is deprecated. Refer to the provider documentation for
details.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: plan.tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "plan.tfplan"

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