vers downgrade cuz of downstread deps

This commit is contained in:
matthieu42morin 2024-03-01 03:38:55 +01:00
parent 2403e056d8
commit e38f85fc90
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.38.0"
version = "~> 4.0.0"
}
}
}