Skip to content

Commit

Permalink
fix typo (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki committed May 10, 2022
1 parent dea615d commit ff4d61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The stack concept is not defined by Hashicorp's Terraform tooling but just a con

> A stack is a runnable Terraform Root Module that operates on a subset of the infrastructure's resources and has its own state.
Terramate provides ways to keep your Terrform code [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and allows to define relationships between stacks and supports you to orchestrate Terraform commands in those stacks with minimal effort to get started in a non-intrusive way.
Terramate provides ways to keep your Terraform code [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and allows to define relationships between stacks and supports you to orchestrate Terraform commands in those stacks with minimal effort to get started in a non-intrusive way.

- **Keep you code DRY**: Avoid duplication by easily sharing data across your project.
- **Code Generation**: Generate valid Terraform Code to ensure that you can always enter a stack to run plain Terraform commands.
Expand Down

0 comments on commit ff4d61b

Please sign in to comment.