Code Monkey home page Code Monkey logo

terraform-associate-study's Introduction

terraform-associate-study

Study notes and code for studying for terraform associate

Introduction to Infrastructure as Code with Terraform

IaC tools are able to provide the capability to manage infrastructure through configuration files rather than through the use of UI.

Capabilities that it adds to infrastructure management include:

  • Version control of infrastructure changes
  • Repeatable builds
  • Peer review of all infrastructure changes
  • Consistency

Terraform is Hashicorps version of a IaC tool. It has the following features:

  • Multiple provider support
  • Human readable configuration language
  • State management features to track resource changes
  • Commitable to allow safe collaboration on infrastructure

In addition, terraform allows for custom providers to be written so that any deployment target can be used.

Terraform is configured with a declarative syntax. That is, it describes the end-state for your infrastructure rather than how to get there. Order of operations is decided by calculated dependencies between the different resources being managed by terraform.

Steps to deploy infrastructure with Terraform:

  • Scope: Identify the infrastructure for your project
  • Author: Write the configuration of the infrastructure
  • Initialize: Install the plugins Terraform needs to manage the infrastructure
  • Plan: Preview the changes about to be made to match the configuration
  • Apply: Make the planned changes.

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.