Skip to content

Commit 216c5e0

Browse files
committed
Cosmetic formatting
1 parent df0e612 commit 216c5e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gen/definitions/trustsec_egress_matrix_cell.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ attributes:
4747
test_value: ise_trustsec_security_group.test.id
4848
example: "93e1bf00-8c01-11e6-996c-525400b48521"
4949
description: Destination Trustsec Security Group ID
50+
5051
test_prerequisites: |
5152
resource "ise_trustsec_security_group" "test" {
5253
name = "SGT1234"

gen/definitions/trustsec_security_group_acl.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: TrustSec Security Group ACL
33
rest_endpoint: /ers/config/sgacl
44
doc_category: TrustSec
5-
#skip_minimum_test: true
65
attributes:
76
- model_name: name
87
data_path: [Sgacl]
@@ -25,7 +24,7 @@ attributes:
2524
- model_name: ipVersion
2625
data_path: [Sgacl]
2726
type: String
28-
enum_values: [IPV4,IPV6,IP_AGNOSTIC]
27+
enum_values: [IPV4, IPV6, IP_AGNOSTIC]
2928
default_value: "IPV4"
3029
example: "IPV4"
3130
description: "IP Version"

0 commit comments

Comments
 (0)