One-shot executions

How to use TF to apply one-shot executions? (without state store)

Scenario: pipeline to create VM for outsider-users (academic projects)

Terraform isn’t really designed for such use cases. It is designed for long term management of resources via the storage of state.

You are probably better off using direct API calls to do what you are wanting.

1 Like