From e1d6b0fd050ceb82b28738559f6c8058c5a1ddaa Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Fri, 11 Aug 2023 14:18:04 -0400 Subject: [PATCH] Update website to reflect new license --- website/docs/intro/terraform-editions.mdx | 10 +++++----- website/docs/intro/vs/custom.mdx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/docs/intro/terraform-editions.mdx b/website/docs/intro/terraform-editions.mdx index 1ea69e606f..4b69ded051 100644 --- a/website/docs/intro/terraform-editions.mdx +++ b/website/docs/intro/terraform-editions.mdx @@ -3,20 +3,20 @@ layout: "intro" page_title: "Terraform Editions" sidebar_current: "what" description: |- - Terraform Open Source, Terraform Cloud, and Terraform Enterprise solve increasingly complex infrastructure and collaboration challenges. + Terraform Community Edition, Terraform Cloud, and Terraform Enterprise solve increasingly complex infrastructure and collaboration challenges. --- # Terraform Editions As your organization adopts infrastructure as code (IaC), you will encounter increasingly complex technical and collaboration challenges. We offer three Terraform editions designed to help you solve them. -## Terraform Open Source +## Terraform Community Edition -Terraform open source is a free, downloadable tool that you interact with on the command line. It lets you provision infrastructure on any cloud provider and manages configuration, plugins, infrastructure, and state. +Terraform Community Edition is a free, downloadable tool that you interact with on the command line. It lets you provision infrastructure on any cloud provider and manages configuration, plugins, infrastructure, and state. -### Why Terraform Open Source? +### Why Terraform Community Edition? -Terraform open source lets you: +Terraform Community Edition lets you: - Adopt infrastructure as code and use a common configuration language to provision thousands of different types of resources and services. - Codify your infrastructure so that you can check configuration files into a version control system (VCS) to safely manage contributions. Manually pull the most up-to-date version to perform Terraform operations. diff --git a/website/docs/intro/vs/custom.mdx b/website/docs/intro/vs/custom.mdx index 8b381c6dfe..dbc96e480a 100644 --- a/website/docs/intro/vs/custom.mdx +++ b/website/docs/intro/vs/custom.mdx @@ -30,9 +30,9 @@ do not need to remember and reason about them. Removing the burden of building the tool allows operators to focus on their infrastructure and not the tooling. -Furthermore, Terraform is an open source tool. In addition to +Furthermore, Terraform is a free, source-available tool. In addition to HashiCorp, the community around Terraform helps to extend its features, fix bugs and document new use cases. Terraform helps solve a problem that exists in every organization and provides a standard that can be adopted to avoid reinventing the wheel between and within organizations. -Its open source nature ensures it will be around in the long term. +Its source code license ensures it will be around in the long term.