ec2_customer_gateway: state present expect bgp_arn instead of bgp_asn (#3366)
This commit is contained in:
parent
69fa44b6d1
commit
8822021132
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ def main():
|
||||||
module = AnsibleModule(argument_spec=argument_spec,
|
module = AnsibleModule(argument_spec=argument_spec,
|
||||||
supports_check_mode=True,
|
supports_check_mode=True,
|
||||||
required_if=[
|
required_if=[
|
||||||
('state', 'present', ['bgp_arn'])
|
('state', 'present', ['bgp_asn'])
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue