Skip to content

Commit

Permalink
Missing an m on the end of "Terraform" in readme (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Sanford <[email protected]>
  • Loading branch information
sanfordn and Nick Sanford authored Nov 4, 2023
1 parent 6a0ce82 commit 648beac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tasks/TerraformTask/TerraformTaskV4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 648beac

Please sign in to comment.