mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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,
|
||||
supports_check_mode=True,
|
||||
required_if=[
|
||||
('state', 'present', ['bgp_arn'])
|
||||
('state', 'present', ['bgp_asn'])
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue