Hey, I have an error when we added variable who use both string_value and variable_name with terraform apply (but not with plan)
Affected Resource(s)
coralogix_dashboard
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Error: Provider produced inconsistent result after apply
When applying changes to
module.enrichment_pipeline_dashboards_staging_hydrogen.coralogix_dashboard.coreplatform_enrichment_pipeline[0],
provider "provider[\"registry.terraform.io/coralogix/coralogix\"]" produced
an unexpected new value:
.variables[0].definition.multi_select.source.query.query.metrics.label_value.label_filters:
was null, but now
cty.ListValEmpty(cty.Object(map[string]cty.Type{"label":cty.Object(map[string]cty.Type{"string_value":cty.String,
"variable_name":cty.String}),
"metric":cty.Object(map[string]cty.Type{"string_value":cty.String,
"variable_name":cty.String}),
"operator":cty.Object(map[string]cty.Type{"selected_values":cty.List(cty.Object(map[string]cty.Type{"string_value":cty.String,
"variable_name":cty.String})), "type":cty.String})})).
This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps to Reproduce
Add variable with two label filters
terraform apply
Important Factoids
References
0000
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Hey, I have an error when we added variable who use both string_value and variable_name with
terraform apply
(but not withplan
)Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
Actual Behavior
We have this error when Terraform Apply
Steps to Reproduce
terraform apply
Important Factoids
References
0000
Community Note