Hi all. I am deploying an app to Beanstalk via Pul...
# aws
s
Hi all. I am deploying an app to Beanstalk via Pulumi. I have the App, Version and Environment all being deployed, but I cant see how to configure the Environment Properties which shows up on AWS Beanstalk under Environment > Configuration > Updates, Monitoring & Logging > Environment Properties. I need this to set the micronaut server port to 5000. Any ideas?
Ah, i worked it out. Use the settings block with a namespace of "awselasticbeanstalkapplication:environment", and then your name/value.