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 ...
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...
module"asg"{source="terraform-aws-modules/autoscaling/aws"#Autoscaling groupname="example-asg"min_size=0max_size=1desired_capacity=1wait_for_capacity_timeout=0health_check_type="EC2"vpc_zone_identifier=["subnet-1235678","subnet-87654321"]initial_lifecycle_hooks=[ { name="ExampleStartupLifeCycle...
{ 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:...
自动化部署:通过 GitHub Actions 集成 Terraform,可以实现自动化部署,减少手动干预,提高效率和准确性。 简化流程:使用 Terraform 管理云基础设施和应用程序可以简化流程,提高开发和部署的效率,缩短上线时间。 可靠性高:Terraform 已经被广泛使用和验证,可以帮助开发者在云端环境中管理基础设施和应用程序,提高可靠性和稳定性...
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 ...