franckverrot / terraform-provider-stripe

A Terraform Provider for Stripe
https://registry.terraform.io/providers/franckverrot/stripe/latest
Mozilla Public License 2.0
242 stars 51 forks source link

Setting metadata with undefined / empty string #64

Open bsadecki opened 2 years ago

bsadecki commented 2 years ago

What is the correct way to store metadata properties? Stripe unsets metadata properties by setting an empty string. But if my state stores the metadata property as an empty string, it processes as out of sync: an empty string in the state and an undefined/deleted property in Stripe.