Commit 5c00381e by Atlas Health Committed by James Cammarata

set type and default value

parent 29127930
...@@ -1134,7 +1134,7 @@ def main(): ...@@ -1134,7 +1134,7 @@ def main():
exact_count = dict(type='int', default=None), exact_count = dict(type='int', default=None),
count_tag = dict(), count_tag = dict(),
volumes = dict(type='list'), 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