diff --git a/deploy/terraform/main.tf b/deploy/terraform/main.tf index 03d0005..befcb3c 100644 --- a/deploy/terraform/main.tf +++ b/deploy/terraform/main.tf @@ -7,7 +7,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.0" + version = "~> 6.39" } }