You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should work 100% of the time, but every now and then it randomly breaks with an error.
Actual Behavior
Fails with:
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for
│ module.team_folder["redacted"].grafana_folder_permission.team_folder_permission
│ to include new values learned so far during apply, provider
│ "registry.terraform.io/grafana/grafana" produced an invalid new value for
│ .permissions: planned set element
│ cty.ObjectVal(map[string]cty.Value{"permission":cty.StringVal("Admin"),
│ "role":cty.StringVal(""), "team_id":cty.UnknownVal(cty.String),
│ "user_id":cty.StringVal("0")}) does not correlate with any element in
│ actual.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
Steps to Reproduce
No response
Important Factoids
Terraform is run through an Azure Pipeline, grafana is selfhosted in an Azure App Service. Nested Folders are enabled.
References
No response
The text was updated successfully, but these errors were encountered:
Terraform Version
1.9.8
Terraform Grafana Provider Version
3.12.0
Grafana Version
11.0.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
It should work 100% of the time, but every now and then it randomly breaks with an error.
Actual Behavior
Fails with:
Steps to Reproduce
No response
Important Factoids
Terraform is run through an Azure Pipeline, grafana is selfhosted in an Azure App Service. Nested Folders are enabled.
References
No response
The text was updated successfully, but these errors were encountered: