Commit 7737736b by Michael DeHaan

Merge pull request #7401 from atlashealth/ec2_set_ebs_optimized

ec2: set type and default for ebs_optimized flag
parents 8810733c 342fef79
......@@ -1143,7 +1143,7 @@ def main():
exact_count = dict(type='int', default=None),
count_tag = dict(),
volumes = dict(type='list'),
ebs_optimized = dict(),
ebs_optimized = dict(type='bool', default=False),
)
)
......
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