Introduction
This guide explains the URL format for an HCP Terraform instance, which is necessary for accessing your organization's workspaces and settings through a web browser or API.
Procedure
The HCP Terraform instance URL follows a consistent format.
Identify the URL Structure
The base URL consists of the HCP Terraform domain followed by your unique organization name. The format is as follows.
https://app.terraform.io/app/<organization_name>
You must replace
<organization_name>with the name of your specific HCP Terraform organization.Review an Example
For an organization named
hashicorp-demo, the complete instance URL would be:https://app.terraform.io/app/hashicorp-demo
Visual Reference
The following image shows an example of the URL in a browser's address bar.
Additional Information
For more details on using HCP Terraform, refer to the official product documentation.