Merge pull request #7401 from atlashealth/ec2_set_ebs_optimized
ec2: set type and default for ebs_optimized flag
This commit is contained in:
commit
7737736b62
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue