Skip to content

Commit 919e620

Browse files
authored
Merge pull request #33670 from hashicorp/alisdair/website-licensing-wording-update
Update website to reflect new license
2 parents cab9299 + e1d6b0f commit 919e620

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

website/docs/intro/terraform-editions.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ layout: "intro"
33
page_title: "Terraform Editions"
44
sidebar_current: "what"
55
description: |-
6-
Terraform Open Source, Terraform Cloud, and Terraform Enterprise solve increasingly complex infrastructure and collaboration challenges.
6+
Terraform Community Edition, Terraform Cloud, and Terraform Enterprise solve increasingly complex infrastructure and collaboration challenges.
77
---
88

99
# Terraform Editions
1010

1111
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.
1212

13-
## Terraform Open Source
13+
## Terraform Community Edition
1414

15-
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.
15+
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.
1616

17-
### Why Terraform Open Source?
17+
### Why Terraform Community Edition?
1818

19-
Terraform open source lets you:
19+
Terraform Community Edition lets you:
2020

2121
- Adopt infrastructure as code and use a common configuration language to provision thousands of different types of resources and services.
2222
- 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.

website/docs/intro/vs/custom.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ do not need to remember and reason about them. Removing the burden
3030
of building the tool allows operators to focus on their infrastructure
3131
and not the tooling.
3232

33-
Furthermore, Terraform is an open source tool. In addition to
33+
Furthermore, Terraform is a free, source-available tool. In addition to
3434
HashiCorp, the community around Terraform helps to extend its features,
3535
fix bugs and document new use cases. Terraform helps solve a problem
3636
that exists in every organization and provides a standard that can
3737
be adopted to avoid reinventing the wheel between and within organizations.
38-
Its open source nature ensures it will be around in the long term.
38+
Its source code license ensures it will be around in the long term.

0 commit comments

Comments
 (0)