mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Fix grammar: change "remains" to "remain" to match plural subject (#36988)
This commit is contained in:
parent
c9f707b7fc
commit
92e515b2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Stacks are ideal for the following situations:
|
|||
* Repeating infrastructure across different environments, regions, or accounts that require consistent and synchronized deployments.
|
||||
* Tightly orchestrating infrastructure changes across different environments. Stacks help you manage your dependencies and ensure Terraform creates resources in the correct order.
|
||||
|
||||
Stacks can simplify the complexity of wrangling the infrastructure in these scenarios, ensuring that your configurations remains organized, maintainable, and scalable.
|
||||
Stacks can simplify the complexity of wrangling the infrastructure in these scenarios, ensuring that your configurations remain organized, maintainable, and scalable.
|
||||
|
||||
## Manage deployment dependencies
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue