resource "aws_nat_gateway" "nat-0cb7b19b0653f80f0" {
  allocation_id     = "eipalloc-25bbb64c"
  connectivity_type = "public"
  subnet_id         = "subnet-3113d74b"
  tags = {
    "App"           = "Delivery"
    "Business-unit" = "Delivery-Services"
    "Environment"   = "stage"
    "Name"          = "DEL-S2-NAT"
    "Owner"         = "Robert Dewilder"
    "Project-code"  = "SME - 2000-0306B"
  }
  tags_all = {
    "App"           = "Delivery"
    "Business-unit" = "Delivery-Services"
    "Environment"   = "stage"
    "Name"          = "DEL-S2-NAT"
    "Owner"         = "Robert Dewilder"
    "Project-code"  = "SME - 2000-0306B"
  }
}

