1 / 2

Terraform Lifecycle |Visualpath

Best Software Online Training Institute in Hyderabad. Visualpath Provides DevOps Online & Classroom Training Classes by Real-Time Experts with Real-Time Use cases, Certification Guidance, Videos, course Materials, Resume and Interview Tips etc. For More Information about Contact us 91-9989971070 <br>Visit: https://www.visualpath.in/devops-online-training.html

rajanikk
Download Presentation

Terraform Lifecycle |Visualpath

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Terraform Lifecycle | Visualpath •Terraform in it initializes the working directory which consists of all the configuration files •Terraform plan is used to create an execution plan to reach a desired state of the infrastructure. Terraform apply then makes the changes in the infrastructure as defined in the plan, and the infrastructure comes to the desired state. •Terraform destroy is used to delete all the old infrastructure resources, which are marked tainted after the apply phase. DevOps Training How Terraform Works? Terraform has two main components that make up its architecture: •Terraform Core •Providers Terraform Core The first input source is a Terraform configuration that you, as a user, configure. Here, you define what needs to be created or provisioned. And the second input source is a state where terraform keeps the up-to-date state of how the current set up of the infrastructure looks like. So, what terraform core does is it takes the input, and it figures out the plan of what needs to be done. DevOps Online Training

  2. Providers The second component of the architecture are providers for specific technologies. This could be cloud providers like AWS, Azure, GCP, or other infrastructure as a service platform. It is also a provider for more high-level components like Kubernetes or other platform as service tools, even some software as a self-service tool. For More Information about DevOps Online Training ClickHere Contact: +91-9989971070

More Related