Skip to content

ridouku/terraform-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation


AWS Terraform Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Available scripts
  5. Contributing
  6. Contact

About The Project

This project is a demo to deploy resources in AWS with Terraform

Built With

This project was build it with:

Getting Started

Before you start, you should read the article where I explain about Terraform and how it works.

Installation

  1. Clone the repo
    git clone https://github.com/ridouku/terraform-aws.git
  2. Install Terraform
    https://learn.hashicorp.com/tutorials/terraform/install-cli
  3. Install AWS cli
    https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
    

Usage

You can read about this project and how it works, following the next link Documentation

Available Scripts

To test the infrastructure you must go to infrastructure/, and run:

terraform init

Validate the configuration

terraform plan

Deploy resources

terraform apply --auto-approve

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Bryan Arellano - ridouku@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages