pulumi/tests/integration/packageadd-remote/provider/ts/example/Pulumi.yaml

17 lines
342 B
YAML

name: cert-component-yaml
runtime: yaml
plugins:
providers:
- name: tls-self-signed-cert
path: ..
resources:
mycert:
type: tls-self-signed-cert:SelfSignedCertificate
properties:
dnsName: example.com
validityPeriodHours: 24
localValidityPeriodHours: 24
subject:
organization: Example Org