Skip to content

Commit 9e72d1a

Browse files
committed
Regenerate after rebase
1 parent 2e2c8d2 commit 9e72d1a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-11-07T17:00:03Z"
2+
build_date: "2025-11-07T17:24:20Z"
33
build_hash: eaabefb6bd7b2be8a1baf4478f22b3310e6921c8
44
go_version: go1.24.6
55
version: v0.52.0-6-geaabefb
66
api_directory_checksum: b558bf9c1a38a2d20a3521ab1048281ad80d5b29
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: e585554e1f3218c74b5ed72bc84804c2604a617c
10+
file_checksum: 4ff0c244c5669e2219dd4a17c2c36f96d5dd6d06
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

pkg/resource/instance/hooks.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ func needsRestart(ko *v1alpha1.Instance) bool {
153153
return *ko.Status.State.Name == string(svcsdktypes.InstanceStateNameTerminated)
154154
}
155155

156-
157156
func setAdditionalFields(instance svcsdktypes.Instance, ko *v1alpha1.Instance) {
158157
ko.Spec.SecurityGroupIDs = []*string{}
159158
for _, group := range instance.SecurityGroups {

0 commit comments

Comments
 (0)