Skip to content

Commit

Permalink
Update Terraform cloudposse/api-gateway/aws to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent 86f3ac3 commit 8e1f1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/terraform/aws/apigateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data "aws_iam_policy_document" "rest_api_policy" {

module "api_gateway" {
source = "cloudposse/api-gateway/aws"
version = "0.6.0"
version = "0.7.0"

openapi_config = local.open_api_config
endpoint_type = var.endpoint_type
Expand Down Expand Up @@ -83,7 +83,7 @@ resource "aws_lambda_permission" "allow_apigateway_invoke_lambda" {
module "api_gateway_account_settings" {
count = local.enabled && var.api_gateway_account_settings_enabled ? 1 : 0
source = "cloudposse/api-gateway/aws//modules/account-settings"
version = "0.6.0"
version = "0.7.0"

name = "apigateway-settings"
permissions_boundary = var.permissions_boundary
Expand Down

0 comments on commit 8e1f1b4

Please sign in to comment.