Skip to content

Commit

Permalink
Fix examples for v1beta2 versions of the following resources:
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed May 31, 2024
1 parent 32431d7 commit 5b97c53
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions examples/cloudfront/v1beta2/fieldlevelencryptionprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,36 @@
apiVersion: cloudfront.aws.upbound.io/v1beta2
kind: FieldLevelEncryptionProfile
metadata:
name: example-field-level-encryption-profile
annotations:
meta.upbound.io/example-id: cloudfront/v1beta2/fieldlevelencryptionprofile
labels:
testing.upbound.io/example-name: publickey
testing.upbound.io/example-name: example-field-level-encryption-profile
name: example-field-level-encryption-profile
spec:
forProvider:
region: us-west-1
comment: test comment
encryptionEntities:
items:
- fieldPatterns:
- items:
- DateOfBirth
items:
- DateOfBirth
providerId: testprovider
publicKeyIdSelector:
matchLabels:
testing.upbound.io/example-name: publickey
testing.upbound.io/example-name: example-field-level-encryption-profile
name: ${Rand.RFC1123Subdomain}

---

apiVersion: cloudfront.aws.upbound.io/v1beta1
kind: PublicKey
metadata:
name: example-public-key
annotations:
meta.upbound.io/example-id: cloudfront/v1beta2/fieldlevelencryptionprofile
labels:
testing.upbound.io/example-name: publickey
testing.upbound.io/example-name: example-field-level-encryption-profile
name: example-public-key-prof
spec:
forProvider:
region: us-west-1
Expand Down

0 comments on commit 5b97c53

Please sign in to comment.