Skip to content

Commit

Permalink
Resolve review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Jun 6, 2024
1 parent 318cb5a commit 02cab89
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/redshift/v1beta1/endpointaccess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ metadata:
annotations:
meta.upbound.io/example-id: redshift/v1beta1/endpointaccess
labels:
testing.upbound.io/example-name: example
testing.upbound.io/example-name: example-endpointaccess
name: example-endpointaccess
spec:
forProvider:
clusterIdentifierSelector:
matchLabels:
testing.upbound.io/example-name: example-endpointaccess
region: us-west-1
region: us-east-2
subnetGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-endpointaccess
Expand All @@ -34,7 +34,7 @@ spec:
namespace: upbound-system
masterUsername: exampleuser
nodeType: ra3.xlplus
region: us-west-1
region: us-east-2
skipFinalSnapshot: true
---
apiVersion: redshift.aws.upbound.io/v1beta1
Expand All @@ -47,7 +47,7 @@ metadata:
name: example-endpointaccess-sg
spec:
forProvider:
region: us-west-1
region: us-east-2
subnetIdRefs:
- name: foo
- name: bar
Expand All @@ -64,9 +64,9 @@ metadata:
name: bar
spec:
forProvider:
availabilityZone: us-west-1b
availabilityZone: us-east-2b
cidrBlock: 10.1.2.0/24
region: us-west-1
region: us-east-2
tags:
Name: tf-dbsubnet-test-2
vpcIdSelector:
Expand All @@ -83,9 +83,9 @@ metadata:
name: foo
spec:
forProvider:
availabilityZone: us-west-1a
availabilityZone: us-east-2c
cidrBlock: 10.1.1.0/24
region: us-west-1
region: us-east-2
tags:
Name: tf-dbsubnet-test-1
vpcIdSelector:
Expand All @@ -103,7 +103,7 @@ metadata:
spec:
forProvider:
cidrBlock: 10.1.0.0/16
region: us-west-1
region: us-east-2
---
apiVersion: v1
kind: Secret
Expand Down

0 comments on commit 02cab89

Please sign in to comment.