mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Elasticbeanstalk app (#31079)
* New AWS elasticbeanstalk app module * Integration tests for elasticbeanstalk_app
This commit is contained in:
parent
5814f9effa
commit
7fa09390b0
5 changed files with 386 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
# defaults file for aws_elasticbeanstalk_app
|
||||
app_name: '{{ resource_prefix }}_eb_ansible_test'
|
||||
description: 'eb_ansible_test app description'
|
||||
alternate_description: 'eb_ansible_test app alternate_description'
|
Loading…
Add table
Add a link
Reference in a new issue