diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index fe945823d4c6b9dc0cc862c137d6afae35597e36..8c9a83325f77329d8405ba8811327c3cb2fb0d2c 100644
--- a/templates/full-pipeline.yml
+++ b/templates/full-pipeline.yml
@@ -103,7 +103,7 @@ include:
       image_registry_base: $[[ inputs.image_registry_base ]]
       root_dir: $[[ inputs.root_dir ]]
       state_name: $[[ inputs.state_name ]]
-      auto_destroy: $[[ inputs.auto_apply ]]
+      auto_destroy: $[[ inputs.auto_destroy ]]
   - local: '/templates/delete-state.yml'
     inputs:
       as: 'delete-state'