Skip to content

settings property causes wrong final value type #418

@tj-ro

Description

@tj-ro

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions