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

Terraform is actually split into two parts:

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

Contents


More Related Answers

  • terraform conditional resource
  • terraform conditional multiple lines
  • Terraform’s Power and Versatility
  • Terraform to the Rescue
  • Two parts of Terraform#
  • Configure multiple components using Terraform#
  • Outputs are displayed after running terraform apply.

  • Terraform is actually split into two parts:

    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 whatever
    Source: Grepper
    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.