Closed turkenf closed 1 month ago
Adds the PathARNExtractor for kms_key_id to the rds cluster resource
PathARNExtractor
kms_key_id
Fixes: https://github.com/crossplane-contrib/provider-upjet-aws/issues/1523
I have:
make reviewable
backport release-x.y
Tested with uptest (https://github.com/crossplane-contrib/provider-upjet-aws/actions/runs/11456655642) and manually:
conditions: - lastTransitionTime: "2024-10-22T08:42:00Z" reason: ReconcileSuccess status: "True" type: Synced - lastTransitionTime: "2024-10-22T08:42:55Z" reason: Available status: "True" type: Ready - lastTransitionTime: "2024-10-22T08:42:53Z" reason: Success status: "True" type: LastAsyncOperation - lastTransitionTime: "2024-10-22T08:44:24Z" reason: UpToDate status: "True" type: Test
/test-examples="examples/rds/v1beta1/cluster-with-kmskey.yaml"
Description of your changes
Adds the
PathARNExtractor
forkms_key_id
to the rds cluster resourceFixes: https://github.com/crossplane-contrib/provider-upjet-aws/issues/1523
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.~How has this code been tested
Tested with uptest (https://github.com/crossplane-contrib/provider-upjet-aws/actions/runs/11456655642) and manually: