-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

HashiCorp Terraform Associate (003) Exam Guide
By :

HCP Terraform is a SaaS application that runs Terraform in a stable, remote environment and securely stores state and secrets. HCP Terraform has a GUI that gives you a detailed view of the resources managed by Terraform and good visibility into each Terraform operation. It is available as a hosted service at https://app.terraform.io.
The key features of HCP Terraform are discussed in the following section.
HCP Terraform acts as a remote backend to store Terraform state. It securely stores and versions Terraform state remotely, with encryption at rest. You also have access to the state file history since the state files are versioned.
Note
Please note that the sensitive data is still stored in the state file. Hence, access to the state file directly (via the terraform state
command) or indirectly (by accessing the storage where the state is stored) should be tightly controlled.
You can initiate Terraform...