https://github.com/mohammadll/aws-terraform
I'm creating Terraform modules for AWS to efficiently deploy and manage different resources
https://github.com/mohammadll/aws-terraform
aws terraform terraform-module
Last synced: about 1 month ago
JSON representation
I'm creating Terraform modules for AWS to efficiently deploy and manage different resources
- Host: GitHub
- URL: https://github.com/mohammadll/aws-terraform
- Owner: mohammadll
- License: mit
- Created: 2024-01-18T19:32:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T17:39:48.000Z (over 2 years ago)
- Last Synced: 2025-01-25T07:11:14.875Z (over 1 year ago)
- Topics: aws, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 563 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0 |
| [aws](#requirement\_aws) | >= 5.20 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [S3](#module\_S3) | ./modules/S3 | n/a |
| [create\_ami\_from\_instance](#module\_create\_ami\_from\_instance) | ./modules/AMI | n/a |
| [ebs\_resources](#module\_ebs\_resources) | ./modules/EBS | n/a |
| [efs\_resources](#module\_efs\_resources) | ./modules/EFS | n/a |
| [elb\_resources](#module\_elb\_resources) | ./modules/ELB | n/a |
| [iam\_resources](#module\_iam\_resources) | ./modules/IAM | n/a |
| [instance\_resources](#module\_instance\_resources) | ./modules/EC2 | n/a |
| [rds\_resources](#module\_rds\_resources) | ./modules/RDS | n/a |