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
Adding snmp_config in mist_org_networktemplate fails:
v3_config is optional, but terraform apply results in error; same error when adding empty v3_config....
To Reproduce
Steps to reproduce the behavior:
Create, update or refresh 'mist_org_networktemplate' resource or datasource
Configure the resource/datasource with the following HCL configuration
Error: Invalid Object Attribute Type
│
│ with mist_org_networktemplate.RemoteSite_TF_v002,
│ on templates-remotesite-v002.tf line 93, in resource "mist_org_networktemplate" "RemoteSite_TF_v002":
│ 93: resource "mist_org_networktemplate" "RemoteSite_TF_v002" {
│
│ While creating a Object value, an invalid attribute value was detected. A Object must use a matching attribute type for the value. This is always an issue with the provider and
│ should be reported to the provider developers.
│
│ Object Attribute Name (usm) Expected Type: types.ObjectType["engine_type":basetypes.StringType, "engineid":basetypes.StringType, "users":types.ListType[Snmpv3UsersType]]
│ Object Attribute Name (usm) Given Type: types.ObjectType["contents":types.ListType[ContentsType], "match":basetypes.StringType, "user":basetypes.StringType]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Adding snmp_config in mist_org_networktemplate fails:
v3_config is optional, but terraform apply results in error; same error when adding empty v3_config....
To Reproduce
Steps to reproduce the behavior:
Terraform configuration
template.tf
wired_template.json
Error Message
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: