resource "aws_nat_gateway" "nat-0dcca0ac3c0ae4e0d" {
  allocation_id     = "eipalloc-069a917ded811fe2c"
  connectivity_type = "public"
  subnet_id         = "subnet-0b30070fe44625e8b"
  tags = {
    "Name" = "AOMA-D2-NAT"
  }
}

