Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
07/29/2020, 11:04 PM
This message was deleted.
l
little-cartoon-10569
07/29/2020, 11:21 PM
I can't find one. It's exactly the same as for Terraform. The Environment page has examples of setting up all the infrastructure:
https://www.pulumi.com/docs/reference/pkg/aws/elasticbeanstalk/environment/
Then you need to add an app version (including the built zip file, already uploaded to S3):
https://www.pulumi.com/docs/reference/pkg/aws/elasticbeanstalk/applicationversion/
little-cartoon-10569
07/29/2020, 11:24 PM
You can upload a file to S3 using a FileAsset. There's examples in a few of the example projects on GitHub, or the docs are here:
https://www.pulumi.com/docs/reference/pkg/aws/s3/bucketobject/
Open in Slack
Previous
Next