Skip to content

Commit

Permalink
feat(specs): Remove default value from url_filtering_sec_profile vari…
Browse files Browse the repository at this point in the history
…ants

XML schema provides default values for some variants (mostly strings) and that
gets translated into a terraform attribute that always have a value, breaking
server-side validation.
  • Loading branch information
kklimonda-cl committed Jan 27, 2025
1 parent cdd5af3 commit 6c918e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specs/objects/profiles/url-filtering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ spec:
- type: length
spec:
max: 31
spec:
default: any
spec: {}
description: Use Group Mapping
required: false
- name: ip-user
Expand Down

0 comments on commit 6c918e3

Please sign in to comment.