GithubHelp home page GithubHelp logo

nestico / devops-terraform-aws Goto Github PK

View Code? Open in Web Editor NEW

This project forked from karenheg/devops-terraform-aws

0.0 0.0 0.0 2.62 MB

https://www.youtube.com/watch?v=NDXvnBRmxlE&list=TLPQMjAwNDIwMjKvB0Ok8y0j-g&index=3

HCL 100.00%

devops-terraform-aws's Introduction

devops-terraform-aws

For this demo you need to setup the following

Create Secret and access Key

  1. Go to your aws account on security_credentials
  2. Select Access Keys
  3. Create New Access Key

You should download a CSV file that contains a AWS AcessKeyId and AWS Secret KeyID

1637608124359.png

Setup your credentials

  1. Open your CLI and run the following command
  2. aws configure

  3. copy and paste the access key and secret key
  4. select the default region just press enter

Basic commands

Initialize terraform

terraform init

Give format to the files

terraform fmt

Show the plan to be launched

terraform plan

Apply changes

terraform apply

Show the components that has been launched

terraform state list

Show all the information of the launched configuration, it read the content on the file terraform.tfstate

terraform show

Destroy everythin

terraform destroy

devops-terraform-aws's People

Contributors

karenheg 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.