0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
wp-opentofu/docs/data/data.yaml

60 lines
1.3 KiB
YAML
Raw Normal View History

2024-02-05 20:44:47 +01:00
---
properties:
2024-02-05 22:11:50 +01:00
- name: action
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Tofu actions to execute.
2024-02-05 20:44:47 +01:00
type: list
2024-02-05 22:11:50 +01:00
defaultValue: "validate,plan,apply"
2024-02-05 20:44:47 +01:00
required: false
2024-02-05 22:11:50 +01:00
- name: fmt_options
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Options for the fmt command, see the OpenTofu [fmt command](https://opentofu.org/docs/cli/commands/fmt/) documentation.
2024-02-05 20:44:47 +01:00
type: string
required: false
2024-02-05 22:11:50 +01:00
- name: init_options
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Tofu init command options, see the OpenTofu [init command](https://opentofu.org/docs/cli/commands/init/) documentation.
2024-02-05 20:44:47 +01:00
type: string
required: false
2024-02-05 22:11:50 +01:00
- name: no_log
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Suppress tofu command output.
2024-02-05 20:44:47 +01:00
type: bool
defaultValue: false
required: false
2024-02-05 22:11:50 +01:00
- name: parallelism
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Number of concurrent operations.
2024-02-05 20:44:47 +01:00
type: integer
defaultValue: 0
required: false
2024-02-05 22:11:50 +01:00
- name: refresh
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Enables refreshing of the state before `plan` and `apply` commands.
type: bool
defaultValue: true
2024-02-05 20:44:47 +01:00
required: false
2024-02-05 22:11:50 +01:00
- name: root_dir
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Root directory where the tofu files live.
2024-02-05 20:44:47 +01:00
type: string
required: false
2024-02-05 22:11:50 +01:00
- name: targets
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Targets to run `apply` or `plan` action on.
type: list
2024-02-05 20:44:47 +01:00
required: false
2024-02-05 22:11:50 +01:00
- name: tofu_version
2024-02-05 20:44:47 +01:00
description: |
2024-02-05 22:11:50 +01:00
Tofu version to use.
type: string
2024-02-05 20:44:47 +01:00
required: false