From 176c5e05cde14ae19f97a2f82751cabdad4d565f Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Fri, 24 Mar 2023 13:01:04 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5474acaed..a0fddbc14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -967,6 +967,10 @@ tests: - test-plan-extra.tfvars inventory: - test-plan.yaml + # You can use `extra_files` to include additional tf files outside + # the module's path before running the test. + # extra_files: + # - ../plugin-x/*.tf # You can ommit the tfvars and inventory sections and they will # default to the name of the test. The following two examples are equivalent: