Git Product home page Git Product logo

terraform-aws-vpc's Introduction

Terraform AWS VPC

This module configures your Terraform organization and workspace.
Authors: David Wright ([email protected]) and Tony Vattahil ([email protected])

Install Terraform

To deploy this module, do the following: Install Terraform. (See Install Terraform for a tutorial.)

Configure AWS CLI

~/.aws/credentials (Linux & Mac)

[default]
aws_access_key_id=AKIAIOSFODNN7EXAMPLE
aws_secret_access_key=wJalrXUtnSAMPLESECRETKEY

See Guide for more info

Clone the repo (requires git client)

Clone the aws-quickstart/terraform-aws-vpc repository.

git clone https://github.com/aws-quickstart/terraform-aws-vpc

Change directory to the root directory.

cd terraform-aws-vpc/

Change to deploy directory

cd deploy

Local execution

Initialize terraform module

terraform init

Run terraform apply

terraform apply

Remote execution using Terraform Cloud

terraform init -backend-config=/path/to/backend.hcl

Example: backend.hcl

terraform {
  backend "remote" {
    organization = "your-organization"

    workspaces {
      name = "your-workspace"
    } 
  } 
}

terraform-aws-vpc's People

Contributors

censullo avatar dawright22 avatar sshvans avatar tonynv 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.