GithubHelp home page GithubHelp logo

aws-terraform's Introduction

AWS Terraform Devops

Introduction

This repository contains the terraform code to create a simple AWS infrastructure. The infrastructure consists of a VPC, a public subnet, a private subnet, an internet gateway, a route table, a security group, an EC2 instance, and an S3 bucket.

Backend.tf

The backend.tf file is used to store the configuration for the backend. The backend is used to store the state file

Variables.tf

The variables.tf file is used to store the input variables. The input variables are used to parameterize the terraform code.

Table of Contents

Prerequisites

Refer to the Terraform documentation for installation instructions.

Getting Started

  1. Clone the repository
git clone
  1. Change into the directory
cd aws-terraform
  1. Initialize the working directory
terraform init
  1. Create an execution plan
terraform plan
  1. Apply the changes
terraform apply
  1. Destroy the infrastructure
terraform destroy

License

This project is open source and available under the MIT License.

aws-terraform's People

Watchers

Recep Çiftçi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.