From 648beac95fde31be0f57ea6e872a5261a60a38a6 Mon Sep 17 00:00:00 2001 From: Nick Sanford Date: Sat, 4 Nov 2023 05:32:42 -0500 Subject: [PATCH] Missing an m on the end of "Terraform" in readme (#199) Co-authored-by: Nick Sanford --- Tasks/TerraformTask/TerraformTaskV4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks/TerraformTask/TerraformTaskV4/README.md b/Tasks/TerraformTask/TerraformTaskV4/README.md index f4b72aa..062c4a8 100644 --- a/Tasks/TerraformTask/TerraformTaskV4/README.md +++ b/Tasks/TerraformTask/TerraformTaskV4/README.md @@ -62,8 +62,8 @@ Options specific to **terraform init** command - Options specific to **AzureRM backend configuration** - **Azure subscription\*:** Select the Azure subscription to use for AzureRM backend configuration - **Resource group\*:** Select the name of the resource group in which you want to store the terraform remote state file - - **Storage account\*:** Select the name of the storage account belonging to the selected resource group in which you want to store the terrafor remote state file - - **Container\*:** Select the name of the Azure Blob container belonging to the storage account in which you want to store the terrafor remote state file + - **Storage account\*:** Select the name of the storage account belonging to the selected resource group in which you want to store the terraform remote state file + - **Container\*:** Select the name of the Azure Blob container belonging to the storage account in which you want to store the terraform remote state file - **Key\*:** Specify the relative path to the state file inside the selected container. For example, if you want to store the state file, named terraform.tfstate, inside a folder, named tf, then give the input "tf/terraform.tfstate" - Options specific to **Amazon Web Services(AWS) backend configuration**