╷
│ Error: Missing required argument
│
│ on network_access_authorization_rules.tf line 3, in resource "ciscoise_network_access_authorization_rules" "example":
│ 3: parameters {
│
│ The argument "name" is required, but no definition was found.
╵
╷
│ Error: Missing required argument
│
│ on network_access_authorization_rules.tf line 3, in resource "ciscoise_network_access_authorization_rules" "example":
│ 3: parameters {
│
│ The argument "id" is required, but no definition was found.
╵
╷
│ Error: Unsupported argument
│
│ on network_access_authorization_rules.tf line 8, in resource "ciscoise_network_access_authorization_rules" "example":
│ 8: profile = ["authp_uc6"]
│
│ An argument named "profile" is not expected here.
╵
╷
│ Error: Unsupported block type
│
│ on network_access_authorization_rules.tf line 9, in resource "ciscoise_network_access_authorization_rules" "example":
│ 9: rule {
│
│ Blocks of type "rule" are not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on network_access_authorization_rules.tf line 23, in resource "ciscoise_network_access_authorization_rules" "example":
│ 23: security_group = "BYOD"
│
│ An argument named "security_group" 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. Also profile, rule and security group should be allowed.
Screenshots
Request (working through API)
Response (working through API):
Environment (please complete the following information):
Prerequisites
Describe the bug When using ciscoise_network_access_authorization_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. Also profile, rule and security group should be allowed.
Screenshots
Request (working through API)
Response (working through API):
Environment (please complete the following information):