Skip to content

team-tech-challenge/tech-challenge-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tech-challenge-database

Maintenance MIT License Terraform Terraform AWS Documentation Terraform Documentation GitHub

This repository contains Terraform modules for AWS resources.

Structure of the Repository

The repository is structured as follows:

./
├── CHANGELOG.md
├── LICENSE
├── README.md
└── iac
    ├── backend.tf
    ├── locals.tf
    ├── main.tf
    ├── modules
    │   └── generic
    │       ├── datasource.tf
    │       ├── locals.tf
    │       ├── main.tf
    │       ├── output.tf
    │       ├── variables_rds.tf
    │       └── version.tf
    ├── provider.tf
    ├── variables.tf
    └── version.tf

Modules Generic

  • This generic module executes the download of remote modules from the repository terraform-modules-remotes.
    • The generic module is located in the directory ./iac/modules/generic.

About

The repository tech-challenge-database contains configuration files for creating an AWS RDS instance on AWS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages