3
This commit is contained in:
matthieu42morin 2024-03-01 03:40:51 +01:00
parent e38f85fc90
commit 1df7ea42b1
1 changed files with 1 additions and 1 deletions

View File

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