│ Error: Unsupported argument
│
│ on network_access_authentication_rules.tf line 15, in resource "ciscoise_network_access_authentication_rules" "example":
│ 15: name = "Wired_MAB"
│
│ An argument named "name" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on network_access_authentication_rules.tf line 16, in resource "ciscoise_network_access_authentication_rules" "example":
│ 16: id = "9aab0da7-e3e3-4cd7-81c2-18c3ebbe6a96"
│
│ An argument named "id" is not expected here.
Expected behavior
As per documentation, the id and name are expected attributes, even though they are optional. They should be accepted if passed along.
Screenshots
Request:
Response:
Environment (please complete the following information):
Prerequisites
Describe the bug When using ciscoise_network_access_authentication_rules resource, Terraform outputs that id and name are not expected.
Results in:
Expected behavior As per documentation, the id and name are expected attributes, even though they are optional. They should be accepted if passed along.
Screenshots Request:
Response:
Environment (please complete the following information):
Additional context
Issue looks similar to #51.