Skip to content

Commit

Permalink
fix(efs): rename example resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gadiener committed Jul 19, 2023
1 parent 910aebe commit 1a38ff6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions examples/efs/filesystem-with-encrypted.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: efs.aws.upbound.io/v1beta1
kind: FileSystem
metadata:
name: example-efs-encrypted
annotations:
meta.upbound.io/example-id: efs/v1beta1/filesystem
name: example
labels:
testing.upbound.io/example-name: efs
testing.upbound.io/example-name: example-efs-encrypted
spec:
forProvider:
region: us-west-1
Expand All @@ -19,11 +19,13 @@ spec:
apiVersion: kms.aws.upbound.io/v1beta1
kind: Key
metadata:
labels:
testing.upbound.io/example-name: efs-key
name: example-key
annotations:
meta.upbound.io/example-id: efs/v1beta1/filesystem
labels:
testing.upbound.io/example-name: example-key
spec:
forProvider:
region: us-east-1
region: us-west-1
description: Created with Crossplane
deletionWindowInDays: 7

0 comments on commit 1a38ff6

Please sign in to comment.