Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#typescript
Title
h
handsome-cat-98152
12/16/2019, 2:47 PM
When I have a custom Class, that includes Deployments, Services, etc.. How do I export it, so pulumi deploys it?
w
white-balloon-205
12/16/2019, 3:45 PM
You just have to create an instance of it. You can do that from your
index.ts
file or from the top level of any file you import from there.
h
handsome-cat-98152
12/18/2019, 9:16 AM
Thanks, that sounds lovely simple 🙂
Post