aws: Update minimum version for the Terraform provider

This commit is contained in:
Ciprian Hacman 2024-01-10 03:09:07 +02:00
parent 5d5e35366c
commit 6131c1e81d
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ func (t *TerraformTarget) writeTerraform(buf *bytes.Buffer) {
providerVersions := map[string]map[string]string{
"aws": {
"source": "hashicorp/aws",
"version": ">= 4.0.0",
"version": ">= 5.0.0",
},
"google": {
"source": "hashicorp/google",