From a7a84bfda378b866466c8a8888a3dc50b56be997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Andrieux?= Date: Wed, 11 Dec 2024 16:09:06 +0100 Subject: [PATCH] docs: add state_key in run block documentation --- website/docs/language/tests/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/language/tests/index.mdx b/website/docs/language/tests/index.mdx index 9c0ae8562f2c..2f3fb2800377 100644 --- a/website/docs/language/tests/index.mdx +++ b/website/docs/language/tests/index.mdx @@ -91,6 +91,7 @@ Each `run` block has the following fields and blocks: | [`providers`](#providers) | An optional `providers` attribute. | | | [`assert`](#assertions) | Optional `assert` blocks. | | | `expect_failures` | An optional attribute. | | +| `state_key` | An optional attribute, which can be used to run multiple run blocks on the same infrastructure | | The `command` attribute and `plan_options` block tell Terraform which command and options to execute for each run block. The default operation, if you do not specify a `command` attribute or the `plan_options` block, is a normal Terraform apply operation.