Update website/intro/terraform-editions.mdx

Co-authored-by: Judith Malnick <judith.patudith@gmail.com>
This commit is contained in:
Laura Pacilio 2022-01-26 16:11:10 -05:00 committed by GitHub
parent f767628163
commit 2402431679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.