From 22f85b4231042d9780bbd5cee7fb723fbb8733cc Mon Sep 17 00:00:00 2001 From: Mark Johnson <739719+virgofx@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:39:20 -0700 Subject: [PATCH] fix: bump aws version (#8) --- 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" } } }