Skip to content
Snippets Groups Projects
Unverified Commit 6b2eba2e authored by Timo Furrer's avatar Timo Furrer
Browse files

Make auto_apply input a boolean

parent ce05dfc8
Branches
No related tags found
No related merge requests found
...@@ -48,7 +48,8 @@ spec: ...@@ -48,7 +48,8 @@ spec:
default: default default: default
description: 'Remote OpenTofu state name.' description: 'Remote OpenTofu state name.'
auto_apply: auto_apply:
default: 'false' default: false
type: boolean
description: 'Whether the apply job is manual or automatically run.' description: 'Whether the apply job is manual or automatically run.'
--- ---
......
...@@ -48,7 +48,8 @@ spec: ...@@ -48,7 +48,8 @@ spec:
default: default default: default
description: 'Remote OpenTofu state name.' description: 'Remote OpenTofu state name.'
auto_destroy: auto_destroy:
default: 'false' default: false
type: boolean
description: 'Whether the destroy job is manual or automatically run.' description: 'Whether the destroy job is manual or automatically run.'
--- ---
......
...@@ -57,10 +57,12 @@ spec: ...@@ -57,10 +57,12 @@ spec:
default: default default: default
description: 'Remote OpenTofu state name.' description: 'Remote OpenTofu state name.'
auto_apply: auto_apply:
default: 'false' default: false
type: boolean
description: 'Whether the apply job is manual or automatically run.' description: 'Whether the apply job is manual or automatically run.'
auto_destroy: auto_destroy:
default: 'false' default: false
type: boolean
description: 'Whether the destroy job is manual or automatically run.' description: 'Whether the destroy job is manual or automatically run.'
--- ---
......
...@@ -60,10 +60,12 @@ spec: ...@@ -60,10 +60,12 @@ spec:
default: default default: default
description: 'Remote OpenTofu state name.' description: 'Remote OpenTofu state name.'
auto_apply: auto_apply:
default: 'false' default: false
type: boolean
description: 'Whether the apply job is manual or automatically run.' description: 'Whether the apply job is manual or automatically run.'
auto_destroy: auto_destroy:
default: 'false' default: false
type: boolean
description: 'Whether the destroy job is manual or automatically run.' description: 'Whether the destroy job is manual or automatically run.'
--- ---
......
...@@ -51,7 +51,8 @@ spec: ...@@ -51,7 +51,8 @@ spec:
default: default default: default
description: 'Remote OpenTofu state name.' description: 'Remote OpenTofu state name.'
auto_apply: auto_apply:
default: 'false' default: false
type: boolean
description: 'Whether the apply job is manual or automatically run.' description: 'Whether the apply job is manual or automatically run.'
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment