resource "aws_nat_gateway" "nat-0637aca6658e543cb" {
  allocation_id     = "eipalloc-05694fe5be91ea0c1"
  connectivity_type = "public"
  subnet_id         = "subnet-0201b403500580f2d"
  tags = {
    "Name"         = "AOMA-P1-NAT"
    "Project-Code" = "SME-2000-0306A"
    "Project-Name" = "AOMA-Core"
  }
  tags_all = {
    "Name"         = "AOMA-P1-NAT"
    "Project-Code" = "SME-2000-0306A"
    "Project-Name" = "AOMA-Core"
  }
}

