resource "aws_nat_gateway" "nat-0d103b4ebd69d9b5f" {
  allocation_id     = "eipalloc-0cf9e2515835cbc56"
  connectivity_type = "public"
  subnet_id         = aws_subnet.subnet-0a404aac30a12264a.id
  tags = {
    "Business-unit" = "AMP Asset Service"
    "Environment"   = "PROD"
    "Name"          = "AMP-AAS-P2-NAT"
    "Owner"         = "Nat Lovett"
    "Project-code"  = "AMP"
    "Project-name"  = "Asset_Service"
  }
}

