Skip to content

Commit

Permalink
aws-vpc-move-ip: Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbotman committed Aug 28, 2020
1 parent 86f7bc5 commit 4f8be3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heartbeat/aws-vpc-move-ip
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Enable enhanced monitoring using AWS API calls to check route table entry
<parameter name="lookup_type" required="0">
<longdesc lang="en">
Name of resource type to lookup in route table.
"InstanceId" : (default)
"NetworkInterfaceId" : usefull in shared vpc setups.
"InstanceId" : EC2 instance ID. (default)
"NetworkInterfaceId" : ENI ID. (useful in shared VPC setups).
</longdesc>
<shortdesc lang="en">lookup type for route table resource</shortdesc>
<content type="string" default="${OCF_RESKEY_lookup_type_default}" />
Expand Down

0 comments on commit 4f8be3b

Please sign in to comment.