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...
module "vpn_gateway" { source = "terraform-aws-modules/vpn-gateway/aws" version = "~> 3.0" create_vpn_gateway_attachment = false connect_to_transit_gateway = true vpc_id = module.vpc.vpc_id transit_gateway_id = module.tgw.ec2_transit_gateway_id customer_gateway_id = module.vpc.cgw_...
Terraform module to create AWS VPN gateway resources 🇺🇦 terraform-aws-autoscalingPublic Terraform module to create AWS Auto Scaling resources 🇺🇦 terraform-aws-snsPublic Terraform module to create AWS SNS resources 🇺🇦 HCL99Apache-2.01622(1 issue needs help)0UpdatedDec 20, 2024 ...
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...
terraform-aws-wafv2 A Terraform module that creates Web Application Firewall (WAFV2). Available Features Associate WebACL with one (ALB, API Gateway, Cognito User Pool) Create IPSets Create a WAFv2 Rule Group resource Custom Response Body Logging Configuration Statements AndStatement ByteMatchState...
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_lif...
{source="terraform-aws-modules/route53/aws//modules/records"version="~> 3.0"zone_name=keys(module.zones.route53_zone_zone_id)[0]records=[ { name="apigateway1"type="A"alias={ name="d-10qxlbvagl.execute-api.eu-west-1.amazonaws.com"zone_id="ZLY8HYME6SFAD"} }, { name=""type="...
{ 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 AWS Organization Module DescriptionThe purpose of this module is to create an AWS organization with a tree of organizational units and accounts. The module also provides the capability to enable AWS services, policy types, and delegation of services to other AWS accounts....
nmdra/Terraform-Learn main 1 Branch0 Tags Code Folders and files Latest commit nmdra UpdateDec 18, 2024 4e923b8· Dec 18, 2024 History9 Commits 01-AWS-EC2 Update Dec 7, 2024 02-AWS-Key-Pair Update Dec 7, 2024 03-User-data Update Dec 10, 2024 04-EC2-Jenkins Update Dec 10, 2024...