hi everyone - i've setup an application version fo...
# aws
b
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
@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
Here’s the error I’m hitting.
c
@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
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.