github.com/oam-dev/kubevela@v1.9.11/references/docgen/testdata/terraform-aws-elb.yaml (about)

     1  apiVersion: core.oam.dev/v1beta1
     2  kind: ComponentDefinition
     3  metadata:
     4    annotations:
     5      definition.oam.dev/description: Terraform module which creates ELB resources on
     6        AWS
     7    creationTimestamp: null
     8    labels:
     9      type: terraform
    10    name: aws-elb
    11    namespace: vela-system
    12  spec:
    13    schematic:
    14      terraform:
    15        configuration: https://github.com/terraform-aws-modules/terraform-aws-elb.git
    16        providerRef:
    17          name: aws
    18          namespace: default
    19        type: remote
    20    workload:
    21      definition:
    22        apiVersion: terraform.core.oam.dev/v1beta1
    23        kind: Configuration
    24  status: {}