PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
16.02k stars 1.57k forks source link

I need to be able to build automations and blocks using Terraform #11885

Open twistedup90 opened 8 months ago

twistedup90 commented 8 months ago

First check

Prefect Version

2.x

Describe the current behavior

Terraform doesn't have resources for automations and blocks.

Describe the proposed behavior

Fix terraform.

Example Use

No response

Additional context

No response

WillRaphaelson commented 8 months ago

Hi @twistedup90 - Some time in the next few months we will do a round of work on the terraform provider that adds other resource types. For now this is not supported.

mitchnielsen commented 3 months ago

We have some updates on Block support progress in https://github.com/PrefectHQ/terraform-provider-prefect/issues/126.