Skip to content

Commit

Permalink
update ec2_vpc_egress_igw module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Oct 14, 2024
1 parent f268841 commit d1b1a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/ec2_vpc_egress_igw.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
description: The ID of the Egress Only Internet Gateway or Null.
returned: always
type: str
sample: eigw-0e00cf111ba5bc11e
sample: "eigw-0e00cf111ba5bc11e"
vpc_id:
description: The ID of the VPC to attach or detach gateway from.
returned: always
type: str
sample: vpc-012345678
sample: "vpc-012345678"
tags:
description: Any tags assigned to the internet gateway.
returned: always
Expand Down

0 comments on commit d1b1a8b

Please sign in to comment.