Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Two parts of Terraform#

Sumit Rawal answered on May 18, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • element function in terraform
  • create aws ec2 instance using terraform
  • terraform output
  • aws instance creation using terraform
  • terraform aws provider
  • terraform state
  • terraform conditional multiple lines
  • terraform ternary
  • how many ways you can create the varible in terraform
  • terraform ec2 instance
  • 7. What are the advantages of Terraform?
  • terraform-docs
  • 19. How do you manually install terraform?
  • terraform download
  • what is terraform plan
  • terraform
  • what is a module terraform
  • What is Terraform?
  • what is a module terraform
  • terraform
  • Azure with Terraform
  • terraform
  • github terraform integration
  • 6. What are the use cases of Terraform?
  • 9. How can Terraform build infrastructure so efficiently?
  • 15. What is the Terraform State?
  • 16. What is the purpose of the Terraform State?
  • 20. Where do you put terraform configurations so that you can configure some behaviors of Terraform itself?
  • 71. When does the terraform does not recommend using provisions?
  • 131. What is a Terraform Module?

  • Two parts of Terraform#

    0

    Terraform is actually split into two parts:

    One part is the Terraform engine that knows how to get from the state your infrastructure is currently into the state you want your infrastructure to be in.

    The other part is the provider, which talks to the infrastructure to find out the current state and make changes using the infrastructure’s API.

    Due to the clever way Terraform is split, there are providers available for practically anything you can think of. This allows you to use Terraform to configure infrastructure in AWS, Azure, GCP, Oracle Cloud Platform, and just about any other cloud you can think of. It can also be used to configure a huge variety of other components that make up your environment, such as Kong, Postgres, Runscope, Auth0, Couchbase, and TeamCity. If for some reason there is not a provider for it, you can write your own and use that in your project.

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Tags: typescript
    Link to this answer
    Share Copy Link
    Contributed on May 18 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.