https://pulumi.com logo
Title
b

blue-morning-55097

10/18/2020, 5:15 PM
hi everyone - i've setup an application version for elastic beanstalk called "default", with fields application, bucket, and key. when i try and deploy however, it says that i am missing a required field. the docs say i should be good, any ideas?
c

cool-fireman-90027

10/19/2020, 1:19 PM
@blue-morning-55097 Is your
resource_name
unique? Can you post your error when you do a
pulumi preview
or
pulumi up
? https://www.pulumi.com/docs/reference/pkg/aws/elasticbeanstalk/applicationversion/
b

blue-morning-55097

10/19/2020, 3:01 PM
Here’s the error I’m hitting.
c

cool-fireman-90027

10/19/2020, 6:33 PM
@blue-morning-55097, Here is my code that I got working for elasticbean stalk in python: https://gist.github.com/tusharshahrs/766e308696d4f7bf22e66fd970eb06bf I used this as a starting point: https://www.pulumi.com/docs/reference/pkg/aws/elasticbeanstalk/applicationversion/ It might have to do with the
application
field inside ApplicationVersion https://gist.github.com/tusharshahrs/766e308696d4f7bf22e66fd970eb06bf#file-__main__-py-L14 Can you share your code?
b

blue-morning-55097

10/19/2020, 6:49 PM
Sadly I can’t share my code as it is for work. Taking a look at your example, I think it might be an issue with calling the application. I’ll have to take a deeper look into that.