diff --git a/examples/iam/v1beta1/accesskey.yaml b/examples/iam/v1beta1/accesskey.yaml new file mode 100644 index 0000000000..57e9038b44 --- /dev/null +++ b/examples/iam/v1beta1/accesskey.yaml @@ -0,0 +1,34 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + +apiVersion: iam.aws.upbound.io/v1beta1 +kind: AccessKey +metadata: + annotations: + meta.upbound.io/example-id: iam/v1beta1/accesskey + name: sample-access-key-${Rand.RFC1123Subdomain} + labels: + testing.upbound.io/example-name: user +spec: + forProvider: + userSelector: + matchLabels: + testing.upbound.io/example-name: accesskey + writeConnectionSecretToRef: + name: sample-access-key-secret + namespace: upbound-system + +--- + +apiVersion: iam.aws.upbound.io/v1beta1 +kind: User +metadata: + annotations: + meta.upbound.io/example-id: iam/v1beta1/accesskey + name: sample-user-${Rand.RFC1123Subdomain} + labels: + testing.upbound.io/example-name: accesskey +spec: + forProvider: {} +