Skip to content
New issue

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

✨ Add Support for Importing dbtcloud_account_features Resource in Terraform #331

Open
zak-hassan-dev opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@zak-hassan-dev
Copy link

Is your feature request related to a problem? Please describe.

The dbtcloud_account_features resource currently does not support importing existing configurations. This creates a gap in managing dbt Cloud account-level features, such as Advanced CI, Partial Parsing, and Repository Caching, using Terraform.

When attempting to import the resource using the following command:

terraform import dbtcloud_account_features.account_features <ACCOUNT_ID>

The following error is returned:

Error: Resource Import Not Implemented This resource does not support import. Please contact the provider developer for additional information.

Image

Describe the solution you'd like

Support for importing the dbtcloud_account_features resource. This would allow users to manage existing account-level settings in Terraform, enabling a more consistent and reliable infrastructure-as-code workflow.

Additional context

Relevant documentation for the resource: https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs/resources/account_features

Terraform v1.10.3
on darwin_arm64

  • provider registry.terraform.io/dbt-labs/dbtcloud v0.3.22
@zak-hassan-dev zak-hassan-dev added the enhancement New feature or request label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant