github.com/oam-dev/kubevela@v1.9.11/references/cli/test-data/defapply/testdef.yaml (about)

     1  apiVersion: core.oam.dev/v1beta1
     2  kind: ComponentDefinition
     3  metadata:
     4    annotations:
     5      definition.oam.dev/description: xxx
     6    creationTimestamp: null
     7    labels:
     8      type: terraform
     9    name: testdefyaml
    10    namespace: vela-system
    11  spec:
    12    schematic:
    13      terraform:
    14        configuration: https://github.com/kubevela-contrib/terraform-modules.git
    15        path: alibaba/vswitch
    16        type: remote
    17    workload:
    18      definition:
    19        apiVersion: terraform.core.oam.dev/v1beta2
    20        kind: Configuration