[UX2.0] Add policy object security_zone feature#607
Open
pavithran-rathinam wants to merge 1 commit intoCiscoDevNet:mainfrom
Open
[UX2.0] Add policy object security_zone feature#607pavithran-rathinam wants to merge 1 commit intoCiscoDevNet:mainfrom
pavithran-rathinam wants to merge 1 commit intoCiscoDevNet:mainfrom
Conversation
tzarski0
approved these changes
Jan 26, 2026
seconroy
requested changes
Jan 26, 2026
| test_value: sdwan_policy_object_feature_profile.test.id | ||
| - model_name: entries | ||
| mandatory: true | ||
| type: List |
Collaborator
There was a problem hiding this comment.
Is there an issue with the generator or some other reason why the type, descriptions, and min_list are being manually configured. Does the following not work?
- model_name: entries
mandatory: true
attributes:
- model_name: vpn
example: Guest
- model_name: interface
exclude_test: true
example: GigabitEthernet1
Contributor
Author
There was a problem hiding this comment.
Without specifying the type attribute, the object type cannot be determined, resulting in the following error:
internal/provider/model_sdwan_policy_object_security_zone.go:42:17: expected 'IDENT', found tfsdk:"entries" exit status 2 main.go:34: running "go": exit status 1

In the model , entries has a oneOf property and it's list.
Model:

Collaborator
There was a problem hiding this comment.
Before approving I will have a look at the model and try to see why the generator is not working properly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.