Skip to content

Commit

Permalink
Cosmetic formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Oct 10, 2023
1 parent df0e612 commit 216c5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions gen/definitions/trustsec_egress_matrix_cell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ attributes:
test_value: ise_trustsec_security_group.test.id
example: "93e1bf00-8c01-11e6-996c-525400b48521"
description: Destination Trustsec Security Group ID

test_prerequisites: |
resource "ise_trustsec_security_group" "test" {
name = "SGT1234"
Expand Down
3 changes: 1 addition & 2 deletions gen/definitions/trustsec_security_group_acl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: TrustSec Security Group ACL
rest_endpoint: /ers/config/sgacl
doc_category: TrustSec
#skip_minimum_test: true
attributes:
- model_name: name
data_path: [Sgacl]
Expand All @@ -25,7 +24,7 @@ attributes:
- model_name: ipVersion
data_path: [Sgacl]
type: String
enum_values: [IPV4,IPV6,IP_AGNOSTIC]
enum_values: [IPV4, IPV6, IP_AGNOSTIC]
default_value: "IPV4"
example: "IPV4"
description: "IP Version"
Expand Down

0 comments on commit 216c5e0

Please sign in to comment.