Skip to content

Commit

Permalink
Fix system feature template models
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jan 26, 2024
1 parent 5f0f1a4 commit 1eee83f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions gen/definitions/feature_templates/cisco_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,25 @@ attributes:
- model_name: endpoint-ip
data_path: ["endpoint-ip-transport-port"]
tf_name: transport_endpoint_ip
exclude_ignore: true
example: 5.6.7.8
- model_name: protocol
tf_name: transport_endpoint_protocol
exclude_ignore: true
example: tcp
- model_name: port
tf_name: transport_endpoint_port
exclude_ignore: true
example: 500
- model_name: endpoint-dns-name
example: abc.com
- model_name: endpoint-api-url
example: https://1.1.1.1
- model_name: elements
exclude_ignore: true
example: '["abc", "def"]'
- model_name: boolean
exclude_ignore: true
example: or
- model_name: threshold
example: 300
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1eee83f

Please sign in to comment.