resource "aws_nat_gateway" "nat-0807d96c0d25907b5" {
  allocation_id     = "eipalloc-0636db37"
  connectivity_type = "public"
  subnet_id         = "subnet-0c13faff97d006092"
  tags = {
    "Business-unit" = "Global-DS"
    "Environment"   = "DEV"
    "Name"          = "GDS-D1-NAT"
    "Owner"         = "Dave Wenger"
    "Project-code"  = "SME-GLOBAL-DS"
    "Project-name"  = "Global-DS-MSK"
  }
  tags_all = {
    "Business-unit" = "Global-DS"
    "Environment"   = "DEV"
    "Name"          = "GDS-D1-NAT"
    "Owner"         = "Dave Wenger"
    "Project-code"  = "SME-GLOBAL-DS"
    "Project-name"  = "Global-DS-MSK"
  }
}

