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
Error when running terraform apply with project using imported mist_org
To Reproduce
Steps to reproduce the behavior:
Import existing mist_org object to tf. (terraform import mist_org.cadenza_demo_pool <uuid>)
Use this org with the "Getting started" How To
terraform apply
Expected behavior
Successful Apply
Error Message
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to mist_org.cadenza_demo_pool, provider "provider[\"registry.terraform.io/juniper/mist\"]" produced an unexpected new value:
│ .alarmtemplate_id: was null, but now cty.StringVal("<UUID HERE>").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Describe the bug
Error when running terraform apply with project using imported mist_org
To Reproduce
Steps to reproduce the behavior:
terraform import mist_org.cadenza_demo_pool <uuid>
)Expected behavior
Successful Apply
Error Message
Software
Terraform v1.10.5
on darwin_arm64
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: