From 941e5ea4c87503578e3a0d009c0b8be0203b1792 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Thu, 18 Jan 2024 17:23:31 +0100 Subject: [PATCH] Fix README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2fdd99..260767c 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ stages: [validate, test, build, deploy, cleanup] | `state_name` | `default` | Remote OpenTofu state name. | | `auto_apply` | `false` | Whether the apply job is manual or automatically run. | | `auto_destroy` | `false` | Whether the destroy job is manual or automatically run. | +| `create_destroy_job` | `false` | Wheather the destroy job should be created or not. | +| `create_delete_state_job` | `false` | Wheather the delete-state job should be created or not. | ### Available OpenTofu Versions -- GitLab