From 51ad67e06aaa1ecc25c720308fd52878b382e539 Mon Sep 17 00:00:00 2001 From: pokeeffe-molecula <85502298+pokeeffe-molecula@users.noreply.github.com> Date: Mon, 3 Jan 2022 16:09:26 -0600 Subject: [PATCH] Update qa/tf/gauntlet/samsung/README.md Co-authored-by: reese <45641995+reesporte@users.noreply.github.com> --- qa/tf/gauntlet/samsung/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tf/gauntlet/samsung/README.md b/qa/tf/gauntlet/samsung/README.md index f1c650522..e7b633516 100644 --- a/qa/tf/gauntlet/samsung/README.md +++ b/qa/tf/gauntlet/samsung/README.md @@ -5,7 +5,7 @@ You can do `terraform plan` -> `terraform apply` to spin up a cluster, `terrafor ## Other prerequisites: Please read these carefully. -Be in the `tf` directory (e.g., when you try to run a `terraform` command, the output of `pwd` should be `.../molecula/featurebase/qa/tf`) +Be in the `tf` directory (e.g., when you try to run a `terraform` command, the output of `pwd` should be `.../featurebase/qa/tf`) Currently, the path to the terraform module is using a local reference, i.e., in `main.tf`, the source line is assuming that you have `molecula-terraform` project installed locally, such that the `molecular-terraform` project and `featurebase` have the same parent directory (e.g., `...A/featurebase/qa/tf` and `...A/molecular-terraform/aws/.modules/featurebase-cluster` should both be valid paths).