Giter VIP home page Giter VIP logo

terraform-multiple-integrations's Introduction

Terraform-Multiple-Integrations

โœจ๐ŸŽ†๐ŸŽ‰ Important points about this Repository!!!!! ๐ŸŽ‰๐ŸŽ†โœจ

  • This Repository will act as a reference/guide to explore Terraform and its providers.

  • Codes in this Repository consists of various Terraform providers like AWS, Kubernetes, etc. There are many more Integrations to come in this Repository.

  • Each project in this Repository has been properly explained with comments.

What is Terraform?

Terraform

  • Terraform is a provisioning tool.

  • It is a part of DevOps World.

  • Terraform is used to provide Infrastructure as a Code (IAAS).

  • It is a Idempotent tool i.e. if your Infrastructure is already created, then even if we run the code again, it will not hamper the Infrastructure.

  • It is so much powerful & Intelligent tool.

  • It is capable of integrating almost all the big giant providers of services, & that list can be checked from here!

  • A glimpse of the power of this tool is by running only command, it can create or destroy all the Infrastructure irrespective of how big the Infrastructure is.

Running Terraform code!

  • First of all Terraform should be installed in the system.

  • To run the code, save the file with extension ".tf".

  • Make a separate directory/folder for each Terraform script.

  • In each directory first of all run this command "terraform init", this will download the Terraform plugins.

  • Finally, to run the code, run the command "terraform apply".

  • To destroy the environment created by Terraform, run the command "terraform destroy".

License of this Repository!

To check out the License for this Repository please click here!

terraform-multiple-integrations's People

Contributors

harshitdawar55 avatar

Stargazers

 avatar

Watchers

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