Skip to content

Commit 7c29604

Browse files
authored
Merge branch 'main' into routeTableFix
2 parents 7eed50d + 157e3dc commit 7c29604

File tree

120 files changed

+2176
-2828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+2176
-2828
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2024-02-14T03:56:34Z"
3-
build_hash: 947081ffebdeefcf2c61c4ca6d7e68810bdf9d08
4-
go_version: go1.22.0
5-
version: v0.30.0
6-
api_directory_checksum: 8b27f9e65dbad1f5f825c84d1dbe8fd333baf2a5
2+
build_date: "2024-09-12T18:02:26Z"
3+
build_hash: f8f98563404066ac3340db0a049d2e530e5c51cc
4+
go_version: go1.22.6
5+
version: v0.38.1
6+
api_directory_checksum: 585098fc7c99c27ca523f83e860107d22aaa5a10
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93
99
generator_config_info:
10-
file_checksum: 216d65c35dbc73d4eaaa52c2f5c84444abf4a960
10+
file_checksum: 976d1b5c435aeb198caa71b29c1449eb3c378c6f
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 23 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,7 @@ resources:
241241
from:
242242
operation: CreateTags
243243
path: Tags
244-
compare:
245-
is_ignored: True
246244
hooks:
247-
delta_pre_compare:
248-
code: compareTags(delta, a, b)
249245
sdk_create_post_build_request:
250246
template_path: hooks/dhcp_options/sdk_create_post_build_request.go.tpl
251247
sdk_create_post_set_output:
@@ -277,11 +273,7 @@ resources:
277273
from:
278274
operation: CreateTags
279275
path: Tags
280-
compare:
281-
is_ignored: True
282276
hooks:
283-
delta_pre_compare:
284-
code: compareTags(delta, a, b)
285277
sdk_create_post_build_request:
286278
template_path: hooks/instance/sdk_create_post_build_request.go.tpl
287279
sdk_create_post_set_output:
@@ -311,14 +303,10 @@ resources:
311303
from:
312304
operation: CreateTags
313305
path: Tags
314-
compare:
315-
is_ignored: True
316306
list_operation:
317307
match_fields:
318308
- AllocationId
319309
hooks:
320-
delta_pre_compare:
321-
code: compareTags(delta, a, b)
322310
sdk_create_post_build_request:
323311
template_path: hooks/elastic_ip_address/sdk_create_post_build_request.go.tpl
324312
sdk_delete_post_build_request:
@@ -348,11 +336,7 @@ resources:
348336
from:
349337
operation: CreateTags
350338
path: Tags
351-
compare:
352-
is_ignored: True
353339
hooks:
354-
delta_pre_compare:
355-
code: compareTags(delta, a, b)
356340
sdk_create_post_build_request:
357341
template_path: hooks/flow_log/sdk_create_post_build_request.go.tpl
358342
sdk_create_post_set_output:
@@ -375,8 +359,6 @@ resources:
375359
from:
376360
operation: CreateTags
377361
path: Tags
378-
compare:
379-
is_ignored: True
380362
VPC:
381363
from:
382364
operation: AttachInternetGateway
@@ -395,8 +377,6 @@ resources:
395377
path: Status.internetGatewayID
396378
name: ID
397379
hooks:
398-
delta_pre_compare:
399-
code: compareTags(delta, a, b)
400380
sdk_create_post_build_request:
401381
template_path: hooks/internet_gateway/sdk_create_post_build_request.go.tpl
402382
sdk_create_post_set_output:
@@ -436,16 +416,12 @@ resources:
436416
from:
437417
operation: CreateTags
438418
path: Tags
439-
compare:
440-
is_ignored: True
441419
synced:
442420
when:
443421
- path: Status.State
444422
in:
445423
- available
446424
hooks:
447-
delta_pre_compare:
448-
code: compareTags(delta, a, b)
449425
sdk_create_post_build_request:
450426
template_path: hooks/nat_gateway/sdk_create_post_build_request.go.tpl
451427
sdk_file_end:
@@ -479,8 +455,6 @@ resources:
479455
from:
480456
operation: CreateTags
481457
path: Tags
482-
compare:
483-
is_ignored: True
484458
VpcId:
485459
references:
486460
resource: VPC
@@ -541,13 +515,21 @@ resources:
541515
from:
542516
operation: CreateTags
543517
path: Tags
544-
compare:
545-
is_ignored: True
546518
VpcId:
547519
is_required: true
548520
references:
549521
resource: VPC
550522
path: Status.VPCID
523+
IngressRules.UserIDGroupPairs.VPCID:
524+
references:
525+
resource: VPC
526+
path: Status.VPCID
527+
IngressRules.UserIDGroupPairs.GroupID:
528+
references:
529+
resource: SecurityGroup
530+
path: Status.ID
531+
skip_resource_state_validations: true
532+
is_required: false
551533
renames:
552534
operations:
553535
CreateSecurityGroup:
@@ -564,8 +546,6 @@ resources:
564546
GroupIds: Ids
565547
GroupNames: Names
566548
hooks:
567-
delta_pre_compare:
568-
code: compareTags(delta, a, b)
569549
sdk_create_post_build_request:
570550
template_path: hooks/security_group/sdk_create_post_build_request.go.tpl
571551
sdk_file_end:
@@ -574,6 +554,8 @@ resources:
574554
template_path: hooks/security_group/sdk_create_post_set_output.go.tpl
575555
sdk_read_many_post_set_output:
576556
template_path: hooks/security_group/sdk_read_many_post_set_output.go.tpl
557+
sdk_delete_pre_build_request:
558+
template_path: hooks/security_group/sdk_delete_pre_build_request.go.tpl
577559
update_operation:
578560
custom_method_name: customUpdateSecurityGroup
579561
NetworkAcl:
@@ -594,8 +576,6 @@ resources:
594576
from:
595577
operation: CreateTags
596578
path: Tags
597-
compare:
598-
is_ignored: True
599579
VpcId:
600580
is_required: true
601581
references:
@@ -623,8 +603,6 @@ resources:
623603
input_fields:
624604
NetworkAclId: Id
625605
hooks:
626-
delta_pre_compare:
627-
code: compareTags(delta, a, b)
628606
sdk_create_post_build_request:
629607
template_path: hooks/network_acl/sdk_create_post_build_request.go.tpl
630608
sdk_file_end:
@@ -673,8 +651,6 @@ resources:
673651
from:
674652
operation: CreateTags
675653
path: Tags
676-
compare:
677-
is_ignored: True
678654
VpcId:
679655
references:
680656
resource: VPC
@@ -684,8 +660,6 @@ resources:
684660
- InvalidParameterValue
685661
- InvalidCustomerOwnedIpv4PoolID.Malformed
686662
hooks:
687-
delta_pre_compare:
688-
code: compareTags(delta, a, b)
689663
sdk_create_post_build_request:
690664
template_path: hooks/subnet/sdk_create_post_build_request.go.tpl
691665
sdk_create_post_set_output:
@@ -702,8 +676,6 @@ resources:
702676
from:
703677
operation: CreateTags
704678
path: Tags
705-
compare:
706-
is_ignored: True
707679
State:
708680
print:
709681
path: Status.state
@@ -713,8 +685,6 @@ resources:
713685
path: Status.transitGatewayID
714686
name: ID
715687
hooks:
716-
delta_pre_compare:
717-
code: compareTags(delta, a, b)
718688
sdk_create_post_build_request:
719689
template_path: hooks/transit_gateway/sdk_create_post_build_request.go.tpl
720690
sdk_file_end:
@@ -751,15 +721,17 @@ resources:
751721
from:
752722
operation: CreateTags
753723
path: Tags
754-
compare:
755-
is_ignored: True
756724
VpcID:
757725
print:
758726
path: Status.vpcID
759727
name: ID
728+
DisallowSecurityGroupDefaultRules:
729+
type: bool
730+
is_required: false
731+
SecurityGroupDefaultRulesExist:
732+
type: bool
733+
is_read_only: true
760734
hooks:
761-
delta_pre_compare:
762-
code: compareTags(delta, a, b)
763735
sdk_create_post_build_request:
764736
template_path: hooks/vpc/sdk_create_post_build_request.go.tpl
765737
sdk_create_post_set_output:
@@ -776,8 +748,6 @@ resources:
776748
from:
777749
operation: CreateTags
778750
path: Tags
779-
compare:
780-
is_ignored: True
781751
VpcId:
782752
references:
783753
resource: VPC
@@ -807,12 +777,14 @@ resources:
807777
- InvalidVpcId.Malformed
808778
- InvalidServiceName
809779
hooks:
810-
delta_pre_compare:
811-
code: compareTags(delta, a, b)
812780
sdk_create_post_build_request:
813781
template_path: hooks/vpc_endpoint/sdk_create_post_build_request.go.tpl
782+
sdk_create_post_set_output:
783+
template_path: hooks/vpc_endpoint/sdk_create_post_set_output.go.tpl
814784
sdk_delete_post_build_request:
815785
template_path: hooks/vpc_endpoint/sdk_delete_post_build_request.go.tpl
786+
sdk_read_many_post_set_output:
787+
template_path: hooks/vpc_endpoint/sdk_read_many_post_set_output.go.tpl
816788
sdk_file_end:
817789
template_path: hooks/vpc_endpoint/sdk_file_end.go.tpl
818790
update_operation:
@@ -838,16 +810,12 @@ resources:
838810
from:
839811
operation: CreateTags
840812
path: Tags
841-
compare:
842-
is_ignored: true
843813
synced:
844814
when:
845815
- path: Status.ServiceState
846816
in:
847817
- available
848818
hooks:
849-
delta_pre_compare:
850-
code: compareTags(delta, a, b)
851819
sdk_delete_post_build_request:
852820
template_path: hooks/vpc_endpoint_service_configuration/sdk_delete_post_build_request.go.tpl
853821
sdk_file_end:
@@ -880,11 +848,7 @@ resources:
880848
from:
881849
operation: CreateTags
882850
path: Tags
883-
compare:
884-
is_ignored: True
885851
hooks:
886-
delta_pre_compare:
887-
code: compareTags(delta, a, b)
888852
sdk_create_post_build_request:
889853
template_path: hooks/vpc_peering_connection/sdk_create_post_build_request.go.tpl
890854
sdk_create_post_set_output:
@@ -894,4 +858,4 @@ resources:
894858
sdk_read_many_post_set_output:
895859
template_path: hooks/vpc_peering_connection/sdk_read_many_post_set_output.go.tpl
896860
sdk_file_end:
897-
template_path: hooks/vpc_peering_connection/sdk_file_end.go.tpl
861+
template_path: hooks/vpc_peering_connection/sdk_file_end.go.tpl

apis/v1alpha1/types.go

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

apis/v1alpha1/vpc.go

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

apis/v1alpha1/zz_generated.deepcopy.go

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

0 commit comments

Comments
 (0)