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.
When working with connectors the terraform import blocks are very helpful to see a set of changes. fivetran_connector_schema_config does not support importing with a not on the provider of "You don't need to import this resource as it is synthetic (doesn't create new instances in upstream)."
Describe the solution you'd like
fivetran_connector_schema_config should be able to be imported into the existing terraform state to preview changes before blindly applying
Describe the use-cases if possible
When importing changes I want to see a terraform plan with no changes to know that I am not going to break my production environment.
Additional context
The text was updated successfully, but these errors were encountered:
Without having the ability to import an existing schemas running terraform plan will only update the existing schema overwriting the configuration. The goal is to be able to view an existing schema during import so that the terraform plan shows that desired_column. Perhaps I'm just confused by the documentation missing the import command https://registry.terraform.io/providers/fivetran/fivetran/latest/docs/resources/connector_schema_config#import
Is your feature request related to a problem? Please describe.
When working with connectors the terraform import blocks are very helpful to see a set of changes. fivetran_connector_schema_config does not support importing with a not on the provider of "You don't need to import this resource as it is synthetic (doesn't create new instances in upstream)."
Describe the solution you'd like
fivetran_connector_schema_config should be able to be imported into the existing terraform state to preview changes before blindly applying
Describe the use-cases if possible
When importing changes I want to see a terraform plan with no changes to know that I am not going to break my production environment.
Additional context
The text was updated successfully, but these errors were encountered: