Skip to content

Commit f1d2c9c

Browse files
committed
Moved lab manifest template our of main manifests directory
1 parent be6a622 commit f1d2c9c

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

docs/authoring_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ See `lab/Dockerfile` and `lab/scripts/installer.sh` to configure the installed u
167167

168168
If Terraform is needed it should be created at `./manifests/modules/<yourpath>/.workshop/terraform`. This Terraform will be automatically applied when the user runs `prepare-environment` and destroyed when they move to the next lab.
169169

170-
You can use the directory `manifests/template/.workshop/terraform` as a starter example. The Terraform is treated as a module and the variables in that directory must match exactly in order to meet the "contract" with the rest of the framework. See `vars.tf` and `outputs.tf`.
170+
You can use the directory `templates/lab-manifests/.workshop/terraform` as a starter example. The Terraform is treated as a module and the variables in that directory must match exactly in order to meet the "contract" with the rest of the framework. See `vars.tf` and `outputs.tf`.
171171

172172
### Variables
173173

0 commit comments

Comments
 (0)