We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b87e01 + 63f35ac commit a0ce87cCopy full SHA for a0ce87c
content/terraform/v1.12.x/docs/cli/commands/test.mdx
@@ -6,7 +6,7 @@ description: >-
6
7
# `terraform test` command
8
9
-The `terraform test` command loads and exectures Terraform testing files.
+The `terraform test` command loads and executes Terraform testing files.
10
11
## Introduction
12
@@ -226,4 +226,4 @@ The test report generated when using `-junit-xml` maps Terraform test command co
226
| Test failure | `<failure>` |
227
| Test was skipped | `<skipped>` |
228
| Test stopped due to error | `<error>` |
229
-| Any unhandled warnings or errors | `<system-err>` |
+| Any unhandled warnings or errors | `<system-err>` |
0 commit comments