Skip to content

Commit

Permalink
rename: Rename TFC to HCP Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Apr 8, 2024
1 parent 199dea2 commit 44a32e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repository and relevant issue tracker for each provider within the
[Terraform Registry index](https://registry.terraform.io/browse/providers).

This repository also does **not** include the source code for some other parts of
the Terraform product including Terraform Cloud, Terraform Enterprise, and the
the Terraform product including HCP Terraform, Terraform Enterprise, and the
Terraform Registry. Those components are not open source, though if you have
feedback about them (including bug reports) please do feel free to
[open a GitHub issue in the core repository](https://github.com/hashicorp/terraform/issues/new/choose).
Expand Down
4 changes: 2 additions & 2 deletions internal/langserver/handlers/hooks_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func moduleTelemetryData(mod *state.Module, ch state.ModuleChanges, store *state

// https://developer.hashicorp.com/terraform/language/settings/terraform-cloud#usage-example
// Required for Terraform Enterprise;
// Defaults to app.terraform.io for Terraform Cloud
// Defaults to app.terraform.io for HCP Terraform
if hostname == "" {
hostname = "app.terraform.io"
}
Expand All @@ -72,7 +72,7 @@ func moduleTelemetryData(mod *state.Module, ch state.ModuleChanges, store *state
hostname := data.Hostname

// https://developer.hashicorp.com/terraform/language/settings/backends/remote#hostname
// Defaults to app.terraform.io for Terraform Cloud
// Defaults to app.terraform.io for HCP Terraform
if hostname == "" {
hostname = "app.terraform.io"
}
Expand Down

0 comments on commit 44a32e5

Please sign in to comment.