chore(infrastructure): upgrade aws provider to 6.2.0

This commit is contained in:
Julien Dessaux 2025-07-11 09:43:57 +02:00
parent d9848c574e
commit d4f08aa3ba
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"
}
}
}