From 6c88fb9741d4b981d7b57a71b4ad895a12b6e06e Mon Sep 17 00:00:00 2001 From: Mark Johnson <739719+virgofx@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:37:31 -0700 Subject: [PATCH] fix: bump aws version --- aws/vpc-endpoint/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/vpc-endpoint/versions.tf b/aws/vpc-endpoint/versions.tf index f303016..4a7fb89 100644 --- a/aws/vpc-endpoint/versions.tf +++ b/aws/vpc-endpoint/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.48" + version = ">= 5.49" } } }