Commit a5bdf621 by Michael DeHaan

add notes about new AWS modules.

parent 5a5a9574
......@@ -28,6 +28,8 @@ New Modules:
* cloud: digital_ocean_sshkey
* cloud: rax_identity
* cloud: ec2_asg (configure autoscaling groups)
* cloud: ec2_scaling_policy
* cloud: ec2_metricalarm
Other notable changes:
......
......@@ -17,7 +17,7 @@
DOCUMENTATION = """
---
module: ec2_metricalarm
module: ec2_metric_alarm
short_description: Create/update or delete AWS Cloudwatch 'metric alarms'
description:
- Can create or delete AWS metric alarms
......@@ -99,7 +99,7 @@ options:
EXAMPLES = '''
- name: create alarm
ec2_metricalarm:
ec2_metric_alarm:
state: present
region: ap-southeast-2
name: "cpu-low"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment