alexjurkiewicz/Read Elastic Beanstalk Environment Data
Read the status of an AWS Elastic Beanstalk Environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| application_name | Application to search for the environment | no | "" |
| environment_name | Environment name to search for | no | "" |
| environment_id | Environment ID to load (eg `e-abcd1234yz`) | no | "" |
Outputs
| name | description |
|---|---|
| name | Environment name |
| id | Environment ID (eg `e-abcd1234yz`) |
| application | Application the environment exists in |
| version | Currently deployed application version label |