mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
ec2_customer_gateway: state present expect bgp_arn instead of bgp_asn (#3366)
This commit is contained in:
committed by
Matt Clay
parent
69fa44b6d1
commit
8822021132
@@ -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'])
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user