Skip to content

Commit

Permalink
Moved lab manifest template our of main manifests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Sep 13, 2024
1 parent be6a622 commit f1d2c9c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authoring_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ See `lab/Dockerfile` and `lab/scripts/installer.sh` to configure the installed u

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.

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`.
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`.

### Variables

Expand Down
File renamed without changes.

0 comments on commit f1d2c9c

Please sign in to comment.