removed redundant region def
This commit is contained in:
parent
c29ae705f0
commit
5e892b894b
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ def main():
|
||||||
scaling_adjustment = dict(type='int'),
|
scaling_adjustment = dict(type='int'),
|
||||||
min_adjustment_step = dict(type='int'),
|
min_adjustment_step = dict(type='int'),
|
||||||
cooldown = dict(type='int'),
|
cooldown = dict(type='int'),
|
||||||
region = dict(aliases=['aws_region', 'ec2_region'], choices=AWS_REGIONS),
|
|
||||||
state=dict(default='present', choices=['present', 'absent']),
|
state=dict(default='present', choices=['present', 'absent']),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue