mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-22 22:16:37 +00:00
Co-authored-by: ivyilike <pww123@cmbchina.com> Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com> Co-authored-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
20 lines
487 B
YAML
20 lines
487 B
YAML
apiVersion: core.oam.dev/v1beta1
|
|
kind: ComponentDefinition
|
|
metadata:
|
|
annotations:
|
|
definition.oam.dev/description: xxx
|
|
creationTimestamp: null
|
|
labels:
|
|
type: terraform
|
|
name: testdefyaml
|
|
namespace: vela-system
|
|
spec:
|
|
schematic:
|
|
terraform:
|
|
configuration: https://github.com/kubevela-contrib/terraform-modules.git
|
|
path: alibaba/vswitch
|
|
type: remote
|
|
workload:
|
|
definition:
|
|
apiVersion: terraform.core.oam.dev/v1beta2
|
|
kind: Configuration |