Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#getting-started
Title
# getting-started
s
steep-apple-98525
07/27/2022, 7:35 PM
Hi everyone. I’m trying to setup ElasticBeanstalk infra with pulumi. Where can i find a docs about available values for
https://www.pulumi.com/registry/packages/aws/api-docs/elasticbeanstalk/environment/#environmentsetting
? or maybe some tutorial that can help
b
billowy-army-68599
07/27/2022, 8:05 PM
those options aren’t typed in the API, but they’re available here:
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-specific.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/configuration-options-custom.html
🙏 1
we could possibly add enums for all those values, but if the API doesn’t return them we’d have to add manual overlays
3 Views
Post