resource "aws_nat_gateway" "nat-027e8650214250a56" {
  allocation_id     = "eipalloc-f0586e99"
  connectivity_type = "public"
  subnet_id         = "subnet-336a2949"
  tags = {
    "App"           = "Delivery"
    "Business-unit" = "Delivery-Services"
    "Environment"   = "dev"
    "Name"          = "DEL-D-NAT"
    "Owner"         = "Robert Dewilder"
    "Project-code"  = "SME - 2000-0306B"
  }
  tags_all = {
    "App"           = "Delivery"
    "Business-unit" = "Delivery-Services"
    "Environment"   = "dev"
    "Name"          = "DEL-D-NAT"
    "Owner"         = "Robert Dewilder"
    "Project-code"  = "SME - 2000-0306B"
  }
}

