Terraform module which creates API Gateway v2 resources with HTTP/Websocket capabilities.This Terraform module is part of serverless.tf framework, which aims to simplify all operations when working with the serverless in Terraform.UsageHTTP API Gatewaymodule...
AWS VPN Gateway Terraform module Terraform module which createsVPN gatewayresources on AWS. Features This module creates: aVPN Connectionunlesscreate_vpn_connection = false aVPN Gateway Attachment one or moreVPN Gateway Route Propagationdepending on how many routing tables exists in a VPC ...
Hi everyone! I'm having a weird issue with aws_api_gateway_api_key and linking to a given stage using AWS Api Gateway. Hope I'm not missing anything there :) Terraform Version 0.7.5 Affected Resource(s) aws_api_gateway_api_key Terraform ...
通过module关键字定义vpc子模块,通过source引用官方vpc模块定义vpc,相关参数可以参考Terraform Registry,source关键字也可引用其他自定义模块或github上开源模块。 ### # VPC Module ### module "vpc" { source = "terraform-aws-modules/vpc/aws" version = "5.0.0" name = "eks-vpc-cloud...
terraform-aws-msk-kafka-clusterPublic Terraform module to create AWS MSK (Managed Streaming for Kafka) resources 🇺🇦 terraform-aws-customer-gatewayPublic Terraform module to create AWS Customer Gateway resources 🇺🇦 terraform-aws-rds-auroraPublic ...
{ name="ATLANTIS_REPO_ALLOWLIST"value="github.com/terraform-aws-modules/*"}, ] secrets=[ { name="ATLANTIS_GH_TOKEN"valueFrom="arn:aws:secretsmanager:eu-west-1:111122223333:secret:aes256-7g8H9i"}, { name="ATLANTIS_GH_WEBHOOK_SECRET"valueFrom="arn:aws:secretsmanager:eu-west-1:...
Terraform module to provision public and private subnets in an existing VPCNote: This module is intended for use with an existing VPC and existing Internet Gateway. To create a new VPC, use terraform-aws-vpc module.Note: Due to Terraform limitations, many optional inputs to this module are ...
module "asg" { source = "terraform-aws-modules/autoscaling/aws" # Autoscaling group name = "example-asg" min_size = 0 max_size = 1 desired_capacity = 1 wait_for_capacity_timeout = 0 health_check_type = "EC2" vpc_zone_identifier = ["subnet-1235678", "subnet-87654321"] initial_...
aws-storage-gateway-FILE_S3-1.25.0 This automation provides you with a customizable Terraform module that you can use to provision an Amazon S3 File Gateway with all of the resources and dependencies needed to fully deploy the gateway and file shares in your VM environment. The Terraform module...
provider "aws" { region = "us-west-2" profile = "dev" } module "kong" { source = "github.com/kong/kong-terraform-aws?ref=v3.3" vpc = "my-vpc" environment = "dev" ec2_key_name = "my-key" ssl_cert_external = "*.domain.name" ssl_cert_internal = "*.domain.name" ssl_cert...