Anyone know where I might find an example on pulum...
# general
b
Anyone know where I might find an example on pulumi utilizing aws elastic beanstalk? I found api docs but turning up nada in the GitHub examples folder in repos
b
We had an example a while back, but it was deleted in https://github.com/pulumi/pulumi-aws/commit/03ba6da7d4663075d5f8a0da6feb716719e34371#diff-Bfebe34154a0dfd9fc7b447fc9ed74e9. I don't remember why -- @white-balloon-205 do you? If you browse the repo at a prior commit, it is probably a good starting point and may be very close to just working (modulo whatever issue caused us to remove it in the first place): https://github.com/pulumi/pulumi-aws/tree/a9523cf9984ece5724e80b8d65b4ea9485d00b27/examples/beanstalk HTH
b
cool i will take a peek beanstalk is our next project and I would love to have it in code over terraform esque tools
@white-balloon-205?
w
The old "example" was really an integration test in the
@pulumi/aws
repository, and was removed because it was flaky (in particular, AWS had a few times hard-deprecated old platform versions breaking the tests). We could definitely bring it back as a proper example though! For now - the code in the link Joe shared above should work as a starting point: https://github.com/pulumi/pulumi-aws/tree/a9523cf9984ece5724e80b8d65b4ea9485d00b27/examples/beanstalk
b
yeah id love to see one....maybe as I dive in I can contribute
thx for the info