From 9b431b729beb8a604a02b7f760d940a4afd0ec14 Mon Sep 17 00:00:00 2001 From: Marwan Zaarab Date: Fri, 16 Feb 2024 10:49:39 -0600 Subject: [PATCH] Address typo in README --- tests/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/README.md b/tests/integration/README.md index 51d6ec2a..9d738680 100644 --- a/tests/integration/README.md +++ b/tests/integration/README.md @@ -193,7 +193,7 @@ steps: rm -f terraform.tfstate.backup ``` -- **Install terraform-local**: Intalls `terraform-local` for the `tflocal` command, integrating Terraform with LocalStack. +- **Install terraform-local**: Installs `terraform-local` for the `tflocal` command, integrating Terraform with LocalStack. - **Apply Terraform Configuration**: Navigates to the `aws-remote-state` directory, initializes Terraform with LocalStack as the backend, validates the configuration, and applies it using a `.tfvars` file. - **Run Tests**: Executes a bash script to verify resource provisioning. - **Cleanup Resources**: Destroys provisioned resources and cleans up Terraform-related files.