diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index 1d638ba7..bc358f28 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -1,15 +1,17 @@ -terraform { - required_providers { - aws = { - source = "hashicorp/aws" - version = "3.37.0" - } - } -} +# TODO: remove comments when version upgraded +# terraform { +# required_providers { +# aws = { +# source = "hashicorp/aws" +# version = "3.37.0" +# } +# } +#} provider "aws" { region = var.region + version = ">= 3.37.0, < 4.0.0" default_tags { tags = {