imagimaps/OpenTofu Plan and Apply
Plan and apply OpenTofu modules with configurable inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tofu_version | OpenTofu version to use | no | latest |
| module_path | Path to the OpenTofu module | yes | — |
| backend_config | Backend configuration as multiline key=value pairs | no | — |
| upgrade | Whether to upgrade modules and providers during init | no | false |
| init_var_files | Init variable files as multiline paths | no | — |
| init_vars | Init variables as multiline key=value pairs | no | — |
| plan_var_files | Plan variable files as multiline paths | no | — |
| plan_vars | Plan variables as multiline key=value pairs | no | — |
| apply | Whether to apply the plan | no | false |
| destroy | Whether to destroy infrastructure | no | false |
| upload_plan | Upload plan file to GitHub artifacts | no | true |
Outputs
| name | description |
|---|---|
| plan_file | Path to the generated plan file |