Several updates

Several updates
This commit is contained in:
Alejandro Leal
2023-05-13 23:51:46 -04:00
parent 60d579be4d
commit 87cd83f5c0
64 changed files with 82 additions and 82 deletions

View File

@@ -981,7 +981,7 @@ tests:
# run a test named `test-plan`, load the specified tfvars files
# use the default inventory file of `test-plan.yaml`
test-plan:
tfvars: # if ommited, we load test-plan.tfvars by default
tfvars: # if omitted, we load test-plan.tfvars by default
- test-plan.tfvars
- test-plan-extra.tfvars
inventory:
@@ -991,7 +991,7 @@ tests:
# extra_files:
# - ../plugin-x/*.tf
# You can ommit the tfvars and inventory sections and they will
# You can omit the tfvars and inventory sections and they will
# default to the name of the test. The following two examples are equivalent:
#
# test-plan2: