chore(infrastructure): upgrade aws provider to 6.2.0
All checks were successful
main / test (push) Successful in 48s

This commit is contained in:
Julien Dessaux 2025-07-09 00:37:38 +02:00
parent 0c27914a7c
commit 5cabb32839
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 13 additions and 15 deletions

View file

@ -9,7 +9,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.91.0"
version = "6.2.0"
}
forgejo = {
source = "adyxax/forgejo"