Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rampart81/terraform-modules
Terraform Modules
https://github.com/rampart81/terraform-modules
Last synced: 3 months ago
JSON representation
Terraform Modules
- Host: GitHub
- URL: https://github.com/rampart81/terraform-modules
- Owner: rampart81
- License: apache-2.0
- Created: 2017-09-08T01:40:16.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-14T08:15:11.000Z (over 3 years ago)
- Last Synced: 2024-05-28T11:12:51.294Z (6 months ago)
- Language: HCL
- Size: 38.1 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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