Skip to content

Commit fe81d06

Browse files
akinrosslhercot
authored andcommitted
[ignore] add required attributes input for relation_from_external_epg_to_route_control_profile
1 parent dae1109 commit fe81d06

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

gen/definitions/properties.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,6 +2516,10 @@ l3extRsInstPToProfile:
25162516
test_values:
25172517
resource_required:
25182518
direction: "import"
2519+
datasource_required:
2520+
direction: "import"
2521+
datasource_non_existing:
2522+
direction: "import"
25192523
overwrites:
25202524
relation_from_external_epg_to_route_control_profiles: "relation_to_route_control_profiles"
25212525
documentation:

gen/testvars/l3extRsInstPToProfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ default:
88
direction: "import"
99

1010
datasource_non_existing:
11-
direction: "non_existing_direction"
11+
direction: "import"
1212
route_control_profile_name: "non_existing_tn_rtctrl_profile_name"
1313

1414
datasource_required:
15-
direction: "test_direction"
15+
direction: "import"
1616
route_control_profile_name: "test_tn_rtctrl_profile_name"
1717

1818
resource_required:

internal/provider/data_source_aci_relation_from_external_epg_to_route_control_profile_test.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)