diff --git a/website/intro/terraform-editions.mdx b/website/intro/terraform-editions.mdx index c7da74250..d33d661fd 100644 --- a/website/intro/terraform-editions.mdx +++ b/website/intro/terraform-editions.mdx @@ -19,7 +19,7 @@ Terraform open source is a free, downloadable tool that you interact with on the Terraform open source lets you: - Adopt infrastructure as code and use a common configuration language to provision thousands of different types of resources and services. -- Check configuration files into a version control system (VCS) to safely manage contributions. Pull the most up-to-date version to perform Terraform operations. +- 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. - Use and publish public infrastructure templates called modules to implement industry and organization best practices, group your infrastructure into logically-related components, and deploy infrastructure more quickly.