Closed
Description
Versions
0.35.0
and above
Steps to reproduce
- Create an SLO via a module call with tags set dynamically like this:
tags = var.tags["enabled"] == true ? {
group = var.tags["group"]
team = var.tags["team"]
} : {}
terraform apply
fails with an error:
Error: Provider produced inconsistent result after apply
When applying changes to module.my_module.my_slo.slo, provider "provider[\"registry.terraform.io/honeycombio/honeycombio\"]" produced an unexpected new value: .tags: was cty.MapValEmpty(cty.String), but now null.
This is a bug in the provider, which should be reported in the provider's own issue tracker.