resource "aws_nat_gateway" "nat-0e8046373bfd629dc" {
  allocation_id     = "eipalloc-0ce0f63c5d42142d5"
  connectivity_type = "public"
  subnet_id         = "subnet-0e56cd20eb3dbbef6"
  tags = {
    "Business-unit" = "Delivery-Media-Services"
    "Environment"   = "DEV2"
    "Name"          = "MSRV-D2-NAT"
    "Owner"         = "Mandar Padsalgikar"
    "Project-code"  = "SME - 2000-0306G"
    "Project-name"  = "Delivery_Media_Services"
  }
  tags_all = {
    "Business-unit" = "Delivery-Media-Services"
    "Environment"   = "DEV2"
    "Name"          = "MSRV-D2-NAT"
    "Owner"         = "Mandar Padsalgikar"
    "Project-code"  = "SME - 2000-0306G"
    "Project-name"  = "Delivery_Media_Services"
  }
}

