Initial commit
This commit is contained in:
16
examples/yaml/Pulumi.yaml
Normal file
16
examples/yaml/Pulumi.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: provider-xyz-native
|
||||
runtime: yaml
|
||||
plugins:
|
||||
providers:
|
||||
- name: xyz
|
||||
path: ../../bin
|
||||
|
||||
resources:
|
||||
myRandomResource:
|
||||
type: xyz:Random
|
||||
properties:
|
||||
length: 24
|
||||
|
||||
outputs:
|
||||
output:
|
||||
value: ${myRandomResource.result}
|
||||
Reference in New Issue
Block a user