diff --git a/README.md b/README.md
index d2fdd99a59b574174db417d42a017cea800a8f22..260767cea9cde8b0edf636a7f026cda859a95973 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