Skip to content

Commit

Permalink
Add v1beta1 VPCEndpoint example manifest.
Browse files Browse the repository at this point in the history
Signed-off-by: Cem Mergenci <[email protected]>
  • Loading branch information
mergenci committed Nov 5, 2024
1 parent d5405cb commit f1fb3cc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions examples/ec2/v1beta1/vpcendpoint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

apiVersion: ec2.aws.upbound.io/v1beta1
kind: VPCEndpoint
metadata:
annotations:
meta.upbound.io/example-id: ec2/v1beta1/vpcendpoint
labels:
testing.upbound.io/example-name: ec2
name: ec2
spec:
forProvider:
region: us-west-1
serviceName: com.amazonaws.us-west-1.ec2
vpcEndpointType: Interface
vpcIdSelector:
matchLabels:
testing.upbound.io/example-name: vpc1

---

apiVersion: ec2.aws.upbound.io/v1beta1
kind: VPC
metadata:
labels:
testing.upbound.io/example-name: vpc1
name: vpc1
spec:
forProvider:
region: us-west-1
cidrBlock: 10.0.0.0/16

0 comments on commit f1fb3cc

Please sign in to comment.