PrefectHQ / terraform-provider-prefect

Terraform Provider for Prefect Cloud
https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs
Apache License 2.0
29 stars 13 forks source link

feat(flow): add Flow resource #201

Closed skyscrapr closed 1 week ago

skyscrapr commented 3 weeks ago

Added support for Flow resource.

All acceptance tests are passing.

Test output:

Running tool: /opt/homebrew/bin/go test -timeout 30s -run ^TestAccResource_flow$ github.com/prefecthq/terraform-provider-prefect/internal/provider/resources

ok      github.com/prefecthq/terraform-provider-prefect/internal/provider/resources 4.248s
skyscrapr commented 2 weeks ago

Yep. Happy to remove. Will update.

Thanks for suggestion.

skyscrapr commented 2 weeks ago

I had to regenerate docs due to the feedback and I've updated the branch with the suggested changes.

skyscrapr commented 2 weeks ago

Awesome. Thanks for the thorough review. Once this is merged I'll update #202 to the same level.

Cheers