Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Fix TF code
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneeth-n committed Mar 17, 2021
1 parent 341a66b commit 4f0854b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions terraform_module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ module "lambda" {
module "apig" {
source = "github.com/comtravo/terraform-aws-api-gateway-v2?ref=1.2.0"

name = var.api_gateway_name
stage = var.api_gateway_stage
protocol_type = "HTTP"
tags = var.tags
body = <<EOF
name = var.api_gateway_name
stage = var.api_gateway_stage
domain_settings = var.domain_settings
protocol_type = "HTTP"
tags = var.tags
body = <<EOF
---
openapi: "3.0.1"
x-amazon-apigateway-importexport-version: "1.0"
Expand Down

0 comments on commit 4f0854b

Please sign in to comment.