Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename TFC to HCP Terraform #1687

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading