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