rems08/iac-coolify
Run iac-coolify (plan/apply/destroy/validate) against a Coolify instance.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 11, 2026
- License
- Apache 2.0
Pinned Snippet
uses: rems08/infrastructure-as-coolify@f27fd8b1b994ee2ef5979ce1f490e50bbd994128 # v0.1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | iac-coolify subcommand to run: plan, apply, destroy or validate. | yes | plan |
| path | Path to the configuration directory. | no | . |
| target | Restrict the run to a single resource by its logical metadata name. | no | "" |
| env | Environments to act on. Accepts several, separated by spaces, commas or newlines. | no | "" |
| auto-approve | Pass --auto-approve to apply/destroy (required in non-interactive CI). Ignored by plan/validate. | no | true |
| api-token | Coolify API token, exported as COOLIFY_API_TOKEN. Pass it from a masked secret. | no | "" |
Outputs
no outputs