tf-ise-provider-issues % terraform plan
╷
│ Error: Unsupported block type
│
│ on main.tf line 14, in resource "ciscoise_network_access_policy_set" "test":
│ 14: children {
│
│ Blocks of type "children" are not expected here.
╵
╷
│ Error: Unsupported block type
│
│ on main.tf line 23, in resource "ciscoise_network_access_policy_set" "test":
│ 23: children {
│
│ Blocks of type "children" are not expected here.
╵
╷
│ Error: Unsupported block type
│
│ on main.tf line 37, in resource "ciscoise_network_access_policy_set" "test":
│ 37: children {
│
│ Blocks of type "children" are not expected here.
╵
╷
│ Error: Unsupported block type
│
│ on main.tf line 46, in resource "ciscoise_network_access_policy_set" "test":
│ 46: children {
│
│ Blocks of type "children" are not expected here.
╵
╷
│ Error: Unsupported block type
│
│ on main.tf line 55, in resource "ciscoise_network_access_policy_set" "test":
│ 55: children {
│
│ Blocks of type "children" are not expected here.
Environment (please complete the following information):
@KubaMazurkiewicz , The 'children' parameter was included to avoid address errors when trying to set, thanks for collaborating with your PR, try again with the new version to verify functionality.
Prerequisites
Describe the bug network_access_policy_set doesn't support nested children conditions
I want to create following policy_set:
In API directly it works with following curl command:
I'm getting 201 response.
But when I try to do the same with TF im receiving errors for multiple unsupported arguments:
TF_CODE
Environment (please complete the following information):