Update CONTRIBUTING.md

This commit is contained in:
Julio Castillo
2023-03-24 13:01:04 +01:00
committed by GitHub
parent 11bc9a80d1
commit 176c5e05cd

View File

@@ -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: