aiven / terraform-provider-aiven

Aiven Terraform Provider
https://registry.terraform.io/providers/aiven/aiven/latest/docs
MIT License
122 stars 68 forks source link

fix: ip_filter conversion issue #1735

Closed byashimov closed 1 month ago

byashimov commented 1 month ago

When ip_filter object list is converted into string list, and there is no specific ip_filter entries in the config, it crashes with type conversion interface {} is []string, not []interface {} because convertIPFilter sets []string.

Resolves #1734

byashimov commented 1 month ago

tests