splunk / terraform-provider-victorops

Manage VictorOps teams, users, escalation policies and routing keys using Terraform
Mozilla Public License 2.0
12 stars 11 forks source link

Error: Provider produced inconsistent final plan #15

Open kannanbalaji opened 2 years ago

kannanbalaji commented 2 years ago

Hi Team,

I am using all the available resources - https://registry.terraform.io/providers/splunk/victorops/latest/docs

Look like there is bug with team_membership: https://registry.terraform.io/providers/splunk/victorops/latest/docs/resources/team_membership

Error:

│ Error: Provider produced inconsistent final plan

│ When expanding the plan for victorops_team_membership.team_membership[0] to include new values learned so far during apply, provider "registry.terraform.io/splunk/victorops" produced an invalid new value for .user_name: was cty.StringVal("xxx.yyy"), but now cty.StringVal("xxx.yyy").

│ This is a bug in the provider, which should be reported in the provider's own issue tracker.