mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39166 from Ch3LL/fix_boto_ec2_docs
fix boto ec2 module create_image doc
This commit is contained in:
commit
fa45cbc359
1 changed files with 2 additions and 2 deletions
|
@ -495,8 +495,8 @@ def create_image(ami_name, instance_id=None, instance_name=None, tags=None, regi
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt myminion boto_ec2.create_instance ami_name instance_name=myinstance
|
||||
salt myminion boto_ec2.create_instance another_ami_name tags='{"mytag": "value"}' description='this is my ami'
|
||||
salt myminion boto_ec2.create_image ami_name instance_name=myinstance
|
||||
salt myminion boto_ec2.create_image another_ami_name tags='{"mytag": "value"}' description='this is my ami'
|
||||
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue