Skip to content

Commit

Permalink
Merge pull request #35 from walnuts1018/renovate/aws-5.x
Browse files Browse the repository at this point in the history
Update Terraform aws to ~> 5.84.0
  • Loading branch information
walnuts1018 authored Jan 17, 2025
2 parents 829db67 + 87ab537 commit 26f225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/minio/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.83.0"
version = "~> 5.84.0"
}
}
}
Expand Down

0 comments on commit 26f225e

Please sign in to comment.