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
file messages should not fail when archive is missing, while adding an empty object renders file interactive-commands fine...
Error Message
mist_org_networktemplate.RemoteSite_TF_v002: Modifying... [id=a50ff425-95a7-46a7-8b97-a8994ea30a4a]
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to mist_org_networktemplate.RemoteSite_TF_v002, provider "provider[\"registry.terraform.io/juniper/mist\"]" produced an unexpected new value:
│ .remote_syslog.files[0].archive: was null, but now cty.ObjectVal(map[string]cty.Value{"files":cty.NullVal(cty.Number), "size":cty.NullVal(cty.String)}).
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
The text was updated successfully, but these errors were encountered:
Describe the bug
the archive attribute is optional, however a tf apply fails when leaving it out.
To Reproduce
see data from json below
Data imported into terraform configuration
Expected behavior
file messages should not fail when archive is missing, while adding an empty object renders file interactive-commands fine...
Error Message
The text was updated successfully, but these errors were encountered: