github.com/crossplane/upjet@v1.3.0/pkg/migration/testdata/plan/generated/create-new-managed/sample-vpc.vpcs.faketargetapi.yaml (about) 1 # SPDX-FileCopyrightText: 2023 The Crossplane Authors <https://crossplane.io> 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 5 apiVersion: faketargetapi/v1alpha1 6 kind: VPC 7 metadata: 8 annotations: 9 crossplane.io/paused: "true" 10 name: sample-vpc 11 mockManaged: 12 ctrl: null 13 recorder: null 14 spec: 15 forProvider: 16 cidrBlock: 172.16.0.0/16 17 region: us-west-1 18 tags: 19 tag1: value1