Skip to content
Snippets Groups Projects
Commit 4c3c8613 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'auto-apply-bool' into 'main'

Make auto_apply input a boolean

See merge request components/opentofu!23
parents ce05dfc8 6b2eba2e
Branches
Tags 3.4 3.4.0
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