Skip to content

Commit

Permalink
fix: compatibility with newer terraform versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesla committed Mar 7, 2021
1 parent ff87a4e commit 37f81ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 37f81ad

Please sign in to comment.