You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Error: Resource Import Not Implemented This resource does not support import. Please contact the provider developer for additional information.
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.
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.
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
The text was updated successfully, but these errors were encountered: