Skip to content

Commit

Permalink
feat: add example dbparamergroup crd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dholeshu committed Mar 5, 2021
1 parent d58427e commit 1493666
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/rds/dbparametergroup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: rds.aws.crossplane.io/v1alpha1
kind: DBParameterGroup
metadata:
name: example-dbparametergroup-01
spec:
forProvider:
region: eu-central-1
dbParameterGroupName: createdViaApi
dbParameterGroupFamily: postgres9.6
description: test
providerConfigRef:
name: aws-provider-config

0 comments on commit 1493666

Please sign in to comment.