Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rampart81/terraform-modules

Terraform Modules
https://github.com/rampart81/terraform-modules

Last synced: 3 months ago
JSON representation

Terraform Modules

Awesome Lists containing this project

README

        

# terraform-modules

For the older version 0.11, refer to `feature/0.11`.
For example:

```terraform
module vpc {
source = "github.com/rampart81/terraform-modules//vpc?ref=0.11"
...
}
```

Terraform Modules for AWS

* [alb](./alb): Application Load Balancer
* [default_vpc](./default_vpc): Default VPC (not new VPC)
* [ec2_iam_role](./ec2_iam_role): EC2 IAM Role
* [kms](./kms): Key Management Service
* [vpc](./vpc): VPC
* [vpc_peering](./vpc_peering): VPC Peering
* [rds](./rds): AWS RDS