-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
I have a clickhouse_clickpipe that I need to modify settings in.
I've added the following block:
settings = {
format_custom_escaping_rule = "Quoted"
}
and when we apply it we get:
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.example.clickhouse_clickpipe.clickpipe_example, provider "provider[\"registry.terraform.io/clickhouse/clickhouse\"]" produced an unexpected new value:
│ .settings: wrong final value type: object required.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
I have tried both 3.8.1-alpha1 and 3.8.3-alpha1.
Reactions are currently unavailable