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

Teams initial support #146

Closed triedandtested-dev closed 3 months ago

triedandtested-dev commented 4 months ago

Resolves #144

triedandtested-dev commented 3 months ago

@gabcoyne I removed the unsupported checker from the linter should be good now

mch-sb commented 3 months ago

Nice!👌 This would help out us quite a bit also!

parkedwards commented 3 months ago

taking a look at the failing CI steps

parkedwards commented 3 months ago

ok this has to do with how we set up our workflow triggers - GHA won't insert Secrets from a forked workflow for obvious reasons.

I'm going to merge this in, but also sanitize our main branch in case there are failures. thanks for the contribution @triedandtested-dev