PrefectHQ / terraform-provider-prefect

Terraform Provider for Prefect Cloud

Home Page:https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow overriding account_id and workspace_id

jawnsy opened this issue · comments

Each resource and data source currently inherits the provider-scoped account/workspace ID. We should allow these to be overridden at a per-resource or per-data source level, so that a provider can manage multiple workspaces in an account.

In most cases, we expect that users will have a single account and multiple workspaces, but it is possible to manage multiple workspaces and multiple accounts in a single Terraform module.

Oops, this is a duplicate of #29