Skip to content

Commit 8a0ce0a

Browse files
author
Nishant Burte
committed
dfsdf
sdfsdf
1 parent 0271c52 commit 8a0ce0a

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2023-12-06T21:43:43Z"
3-
build_hash: 892f29d00a4c4ad21a2fa32919921de18190979d
2+
build_date: "2023-12-12T22:14:35Z"
3+
build_hash: 3653329ceeb20015851b8776a6061a3fb0ec2935
44
go_version: go1.21.1
5-
version: v0.27.1
6-
api_directory_checksum: 6e2d850d97f2f72db31c9bef522eca4ab95b3fcd
5+
version: v0.27.1-6-g3653329
6+
api_directory_checksum: d452bf19bfd1496aacdc215bf7cc9ea86c55c122
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93
99
generator_config_info:
10-
file_checksum: d10a62517f87bacf988184f8c454b90b42dee732
10+
file_checksum: d818ffce15809e9c7963eddcb36f49a05ed58a30
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ resources:
549549
template_path: hooks/security_group/sdk_create_post_set_output.go.tpl
550550
sdk_read_many_post_set_output:
551551
template_path: hooks/security_group/sdk_read_many_post_set_output.go.tpl
552+
post_set_resource_identifiers:
553+
template_path: hooks/security_group/post_set_resource_identifiers.go.tpl
552554
update_operation:
553555
custom_method_name: customUpdateSecurityGroup
554556
NetworkAcl:
@@ -832,4 +834,4 @@ resources:
832834
sdk_read_many_post_set_output:
833835
template_path: hooks/vpc_peering_connection/sdk_read_many_post_set_output.go.tpl
834836
sdk_file_end:
835-
template_path: hooks/vpc_peering_connection/sdk_file_end.go.tpl
837+
template_path: hooks/vpc_peering_connection/sdk_file_end.go.tpl

generator.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ resources:
549549
template_path: hooks/security_group/sdk_create_post_set_output.go.tpl
550550
sdk_read_many_post_set_output:
551551
template_path: hooks/security_group/sdk_read_many_post_set_output.go.tpl
552+
post_set_resource_identifiers:
553+
template_path: hooks/security_group/post_set_resource_identifiers.go.tpl
552554
update_operation:
553555
custom_method_name: customUpdateSecurityGroup
554556
NetworkAcl:
@@ -832,4 +834,4 @@ resources:
832834
sdk_read_many_post_set_output:
833835
template_path: hooks/vpc_peering_connection/sdk_read_many_post_set_output.go.tpl
834836
sdk_file_end:
835-
template_path: hooks/vpc_peering_connection/sdk_file_end.go.tpl
837+
template_path: hooks/vpc_peering_connection/sdk_file_end.go.tpl

pkg/resource/security_group/resource.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
r.ko.Spec.Name = &identifier.NameOrID

0 commit comments

Comments
 (0)