Skip to content

Commit bfcfa9f

Browse files
authored
Fix duplicated key in generator.yaml (#18)
Issue #, if available: N/A Description of changes: * Move *ignore operations* away from *operations* block for clarity By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 5d1c1fd commit bfcfa9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

generator.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ignore:
22
operations:
3+
- ModifyTransitGateway
34
- ModifyVpcEndpoint
45
field_paths:
56
- CreateVpcEndpointInput.DryRun
@@ -66,9 +67,7 @@ ignore:
6667
- VpcPeeringConnection
6768
- VpnConnectionRoute
6869
- VpnConnection
69-
- VpnGateway
70-
operations:
71-
- ModifyTransitGateway
70+
- VpnGateway
7271

7372
operations:
7473
CreateVpcEndpoint:

0 commit comments

Comments
 (0)