crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
137 stars 112 forks source link

feat(acm): add reference and selector for certificate_authority_arn #1336

Closed haarchri closed 4 weeks ago

haarchri commented 1 month ago

Description of your changes

add reference and selector for certificate_authority_arn to acmpca certificate authority we want to migrate from community provider to provider-upjet-aws but reference and selector is missing like:

https://marketplace.upbound.io/providers/crossplane-contrib/provider-aws/v0.48.1/resources/acm.aws.crossplane.io/Certificate/v1beta1#doc:spec-forProvider-certificateAuthorityARNRef

https://marketplace.upbound.io/providers/crossplane-contrib/provider-aws/v0.48.1/resources/acm.aws.crossplane.io/Certificate/v1beta1#doc:spec-forProvider-certificateAuthorityARNSelector

Fixes #

I have:

How has this code been tested