Giter Site home page Giter Site logo

tedilabs / terraform-aws-network Goto Github PK

View Code? Open in Web Editor NEW
23.0 2.0 9.0 257 KB

๐ŸŒณ A sustainable Terraform Package which creates VPC resources (VPC, Subnet, NACL, NAT Gateway, Route Table) on AWS

Home Page: https://registry.terraform.io/modules/tedilabs/network/aws

License: Apache License 2.0

HCL 100.00%
aws devops hacktoberfest hcl2 aws-vpc lang-hcl sre terraform-modules terraform-module terraform

terraform-aws-network's Introduction

terraform-aws-network

GitHub release (latest SemVer) GitHub pre-commit

Terraform module which creates network related resources on AWS.

Target AWS Services

Terraform Modules from this package were written to manage the following AWS Services with Terraform.

  • AWS VPC (Virtual Private Cloud)
    • VPC
      • Default Network ACL
      • Default Security Group
    • Subnet
    • Route Table
    • NACL (Network ACL)
    • Security Group
    • Gateways
      • Internet Gateway
      • Egress-only Internet Gateway
      • NAT Gateway
      • VPN Gateway (Virtual Private Gateway)

Examples

VPC

Security Group

NAT Gateway

Other Terraform Modules from Tedilabs

Enjoying terraform-aws-network? Check out some of our other modules:

  • AWS Container - A package of Terraform Modules to manage AWS Container resources.
  • AWS Domain - A package of Terraform Modules to manage AWS Domain resources.
  • AWS IPAM - A package of Terraform Modules to manage AWS IPAM related resources (IPAM, Elastic IP, Prefix List).
  • AWS Load Balancer - A package of Terraform Modules to manage AWS Load Balancer resources.
  • AWS Security - A package of Terraform Modules to manage AWS Security resources.
  • AWS VPC Connectivity - A package of Terraform Modules to manage AWS VPC Connectivity related resources (VPC Peering, VPC Private Link, VPC Lattice, Client VPN, Site-to-Site VPN, DX).

Or check out the full list

Self Promotion

Like this project? Follow the repository on GitHub. And if you're feeling especially charitable, follow posquit0 on GitHub.

License

Provided under the terms of the Apache License.

Copyright ยฉ 2021-2023, Byungjin Park.

terraform-aws-network's People

Contributors

dependabot[bot] avatar posquit0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

terraform-aws-network's Issues

[BUG]:VPC Module / aws_egress_only_internet_gateway.this is empty tuple

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

#Error Description
When executing Terraform code including the vpc module, the following error messages appears.

โ•ท
โ”‚ Error: Invalid index
โ”‚ 
โ”‚   on .terraform/modules/vpc/modules/vpc/outputs.tf line 123, in output "egress_only_internet_gateway_id":
โ”‚  123:   value       = one(aws_egress_only_internet_gateway.this[0].id)
โ”‚     โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
โ”‚     โ”‚ aws_egress_only_internet_gateway.this is empty tuple
โ”‚ 
โ”‚ The given key does not identify an element in this collection value: the collection has no elements.
โ•ต

Steps To Reproduce

#Version Info

  • Terreform = v1.4.6 on darwin _arm64
  • provider = registry.terraform.io/hashicorp/aws v5.2.0

#Used Module info

  • Module name = vpc
  • source = tedilabs/network/aws//modules/vpc
  • version = 0.27.0

FYI, please refer to the code used run terraform apply as below.

provider "aws" {
  region = "ap-northeast-2"
}

module "vpc" {
  source  = "tedilabs/network/aws//modules/vpc"
  version = "0.27.0"

  name = "terraform-test"
  cidr_block = "10.0.0.0/16"

#  internet_gateway_enabled = true

  dns_hostnames_enabled = true
  dns_support_enabled = true

  tags = {}
}

Is there any specific information or settings that need to be provided?
Thanks

Which version of the app are you using?

1.2.0

Tasks

No tasks being tracked yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.