Open mnahkies opened 3 days ago
In order to solve, we've had to resort to removing the from state:
terraform state rm 'module.some_resource_address.fivetran_connector_schema_config.schema'
Found that even removing the resources entirely from our config, terraform plan
would crash rather than produce a plan to destroy them, leading us to conclude it was an issue with the state
or it's interaction with what the server was returning during plan.
After removing from state terraform plan
and terraform apply
started working again.
Describe the bug Encountering a panic from the provider when planning some of our workspaces. The terraform configuration for the fivetran provider resources hasn't changed recently, making me suspect that an API response has changed to cause this.
Appears to be related to this line https://github.com/fivetran/terraform-provider-fivetran/blob/v1.4.0/fivetran/framework/core/model/connector_schema_config.go#L256
To Reproduce Not sure yet.
Expected behavior No panic / crash.
Logs & Output
Plugin version: Provider: 1.4.0 Terraform: 1.9.2