We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both team and teams exist as Data Sources in the latest Terraform version: https://registry.terraform.io/providers/PrefectHQ/prefect/2.2.3/docs/data-sources/team
team
teams
However, these do not exist as resources. Meaning, they must still be created manually in the UI.
We'd like to manage everything via Terraform, therefore, we'd like to have teams added as a resource.
This appears doable using the existing teams API endpoint: https://app.prefect.cloud/api/docs#tag/Teams
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Both
team
andteams
exist as Data Sources in the latest Terraform version: https://registry.terraform.io/providers/PrefectHQ/prefect/2.2.3/docs/data-sources/teamHowever, these do not exist as resources. Meaning, they must still be created manually in the UI.
Request
We'd like to manage everything via Terraform, therefore, we'd like to have
teams
added as a resource.This appears doable using the existing
teams
API endpoint: https://app.prefect.cloud/api/docs#tag/TeamsThe text was updated successfully, but these errors were encountered: