New AWS Module for managing AWS Nat Gateways.

I have an open PR for the ec2_vpc_nat_gateway module. (Integration and Unit tests are included)

Manage AWS Nat Gateways.

  • Create an AWS Nat Gateway.
  • Delete an AWS Nat Gateway.
  • If Nat Gateway exist in subnet and the option is passed to not create one, it will then return the Nat Gateway object.

I would love feedback