Skip to content

Commit 36a7261

Browse files
committed
Skip lateInitializeIncompleteCheck
1 parent 509dc82 commit 36a7261

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
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: "2025-06-13T20:37:34Z"
3-
build_hash: e675923dfc54d8b6e09730098c3e3e1056d3c1e9
4-
go_version: go1.24.3
5-
version: v0.48.0
2+
build_date: "2025-07-02T17:12:44Z"
3+
build_hash: 80caa3ee2b313d4c39dfd886926d9a6b202c6213
4+
go_version: go1.24.4
5+
version: v0.48.0-3-g80caa3e
66
api_directory_checksum: 52968d74358773de28be65be320d1bfb9c91e0bf
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: a972abb0acf6792d031bb58c216c95ba303603c6
10+
file_checksum: e42a3849ca7f2f69b04ba2510dbed04f1f53f2cc
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,11 @@ resources:
452452
operation: CreateDBInstanceReadReplica
453453
path: PreSignedUrl
454454
PerformanceInsightsKMSKeyID:
455-
late_initialize: {}
455+
late_initialize:
456+
skip_incomplete_check: true
456457
PerformanceInsightsRetentionPeriod:
457-
late_initialize: {}
458+
late_initialize:
459+
skip_incomplete_check: true
458460
Tags:
459461
compare:
460462
# We have a custom comparison function...

generator.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,11 @@ resources:
452452
operation: CreateDBInstanceReadReplica
453453
path: PreSignedUrl
454454
PerformanceInsightsKMSKeyID:
455-
late_initialize: {}
455+
late_initialize:
456+
skip_incomplete_check: true
456457
PerformanceInsightsRetentionPeriod:
457-
late_initialize: {}
458+
late_initialize:
459+
skip_incomplete_check: true
458460
Tags:
459461
compare:
460462
# We have a custom comparison function...

pkg/resource/db_instance/delta.go

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

pkg/resource/db_instance/manager.go

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

0 commit comments

Comments
 (0)