diff --git a/main.tf b/main.tf index daaac8a..014f1ce 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "3.58.0" + version = "5.7.0" } null = { source = "hashicorp/null"