From 37f81ad24b54e4242c0fcdd5d642718cce6ba060 Mon Sep 17 00:00:00 2001 From: James McCallum Date: Mon, 8 Mar 2021 07:00:58 +1100 Subject: [PATCH] fix: compatibility with newer terraform versions --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 40bd021..fb631a7 100644 --- a/main.tf +++ b/main.tf @@ -60,7 +60,7 @@ module "image_optimizer" { ######################### module "api_gateway" { source = "terraform-aws-modules/apigateway-v2/aws" - version = "0.8.0" + version = "0.11.0" name = var.deployment_name description = "Managed by Terraform-next.js image optimizer"