From c1f2dac3c080eedf6e7ff869a50dabae7f7da8d4 Mon Sep 17 00:00:00 2001 From: Mark Feldhousen Date: Mon, 24 Feb 2020 16:46:23 -0500 Subject: [PATCH] Update terraform-to-secrets Fix typo. --- project_setup/scripts/terraform-to-secrets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_setup/scripts/terraform-to-secrets b/project_setup/scripts/terraform-to-secrets index e6ed113..93ec47d 100755 --- a/project_setup/scripts/terraform-to-secrets +++ b/project_setup/scripts/terraform-to-secrets @@ -23,7 +23,7 @@ these tags: A secret would be generated with the name "BUILD_ROLE_TO_ASSUME" and the value of the resource's ARN. -This tools is most effective when executed in the directory containing the .terraform +This tool is most effective when executed in the directory containing the .terraform state directory, within a GitHub project. It will attempt to detect the repository name from the project's git origin. Options exist to provide the repository name or Terraform state manually.