Skip to content

Commit

Permalink
Update ec2_vpc_dhcp_option_info to remove deprecated alias (#917)
Browse files Browse the repository at this point in the history
Update ec2_vpc_dhcp_option_info to remove deprecated alias

SUMMARY
With #913 the CamelCase aliases in ec2_vpc_dhcp_option_info were dropped.
Updates the example to use the snake case version
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/modules/ec2_vpc_dhcp_option_info.py
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Jul 6, 2022
1 parent 8ce9c19 commit ea8d954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_dhcp_option_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
amazon.aws.ec2_vpc_dhcp_option_info:
region: ap-southeast-2
profile: production
DhcpOptionsIds: dopt-123fece2
dhcp_options_ids: dopt-123fece2
register: dhcp_info
'''
Expand Down

0 comments on commit ea8d954

Please sign in to comment.