mirror of https://github.com/hashicorp/terraform
parent
a0276a4e90
commit
1fd45d83d8
@ -1,8 +1,7 @@
|
||||
---
|
||||
page_title: HCP Terraform Configuration - Terraform Settings - Configuration Language
|
||||
description: >-
|
||||
The nested `cloud` block configures Terraform's integration with Terraform
|
||||
Cloud.
|
||||
The nested `cloud` block configures Terraform's integration with HCP Terraform.
|
||||
---
|
||||
|
||||
# HCP Terraform Configuration
|
||||
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Redirects in this file are intended to be for documentation content only. The redirects will be applied to developer.hashicorp.com.
|
||||
*/
|
||||
module.exports = [
|
||||
// HCP Terraform rebranding
|
||||
{
|
||||
source: "/terraform/language/settings/terraform-cloud",
|
||||
destination: "/terraform/language/settings/cloud",
|
||||
permanent: true,
|
||||
}
|
||||
];
|
||||
Loading…
Reference in new issue