updated versions.tf (#1)

Co-authored-by: Orest Kapko <orest.kapko@welltech.com>
This commit is contained in:
Orest Kapko 2023-06-07 10:39:45 +03:00 committed by GitHub
parent a3a21db644
commit c5c117c531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
terraform { terraform {
required_version = ">= 0.13.1" required_version = ">= 1.0"
required_providers { required_providers {
aws = { aws = {
source = "hashicorp/aws" source = "hashicorp/aws"
version = ">= 3.38" version = ">= 4.55"
} }
} }
} }