Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
staceysalamon-aiven committed Sep 8, 2023
1 parent 2d879ca commit 6d096d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tools/terraform/get-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Plan and apply the configuration
terraform plan
3. To create the Redis service, run:
3. To create the resources, run:

.. code:: bash
Expand All @@ -131,13 +131,13 @@ Clean up

To delete the service and its data:

1. To create a destroy plan to preview the changes using the following command, run:
1. To create a destroy plan and preview the changes to your infrastructure, run:

.. code:: bash
terraform plan -destroy
2. To delete the resource and all data, run:
2. To delete the resources and all data, run:

.. code:: bash
Expand Down

0 comments on commit 6d096d5

Please sign in to comment.